Along the lines of my previous questions, how extensible is Zope Security in the release version? For instance, can I access and expand user information so that I can include Company they work for, address, etc., essentially as if this was a database table? Thanks.
On 10/27/99 10:50 PM, John Fohrman at fohrman@mediaone.net wrote:
Along the lines of my previous questions, how extensible is Zope Security in the release version? For instance, can I access and expand user information so that I can include Company they work for, address, etc., essentially as if this was a database table?
The source-code is the ultimate extensibility :-) Having said that, I think you would want to look at UserDB for things such as that. Membership, when it sees the light of day will be much more extensible than the base UserFolder class. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (2)
-
Christopher Petrilli -
John Fohrman