RE: [Zope-dev] acl_users

2000-09-21 Thread Brian Lloyd
In AccessControl/User.py, acl_users is used as the name of user folder objects in their classes, and in the constructor, code checks for an existing "acl_users" object to prevent dual-adding user folders. This could be changed to check whether __allow_groups__ has an id, and then

Re: [Zope-dev] acl_users

2000-09-20 Thread Bill Anderson
"Phillip J. Eby" wrote: At 07:55 PM 9/20/00 -0600, Bill Anderson wrote: Potentially silly question: Any reason why a 'user folder' object has to be named 'acl_users'. Interesting. A quick search of the Zope source turns up only 9 references to 'acl_users', found in only 4 source