adding acl_users properties
i am a zope newbie, Can anyone tell me how to add another property to the acl_users folder (object)? Right now it stores (user_name,passwd,domains,roles). I want to store more infomation about the logged in user. Can anyone help please? thanks
the basic user folder implementation that ships with zope does not allow you to do that. check http://www.zope.org/Products/user_management for other available user folder implementations, a lot of them allow you to set properties on users. jens On Friday, October 26, 2001, at 01:16 , Mike Doanh Tran wrote:
i am a zope newbie, Can anyone tell me how to add another property to the acl_users folder (object)? Right now it stores (user_name,passwd,domains,roles). I want to store more infomation about the logged in user. Can anyone help please? thanks
participants (2)
-
Jens Vagelpohl -
Mike Doanh Tran