At 12:51 21/05/99 , Alexander Schad wrote:
hi y'all!
in a product we need to store a lot of data for a user, while still having to apply zope's access control features to it. it seems like we can not add our own objects (which are derived from accesscontrol.user.user) to the acl_users folder. are we doing something wrong or is there a work around or do we really have to store two different objects to achieve this goal?
ciao, alex
You will also have to define your own version of the UserFolder object. Zope 2.0 will simplify this all by allowing you to subclass User and UserFolder objects with ZClasses (objects defined through the web interface) -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (1)
-
Martijn Pieters