[Zope] exUserFolder, non Manager - but with permissions

Heimo Laukkanen huima@fountainpark.org
Wed, 31 Oct 2001 06:56:27 +0200


I have updated to newest exUserFolder, but stumbled to a new problem. I
have created user with all the permissions, but I am still unable to
edit users unless I give the Manager-role to the user.

Is this a similar problem with acquisition as in:

http://groups.yahoo.com/group/zope/message/75023

I browsed through the code of exUserFolder.py and didn't see if it
inherits Acquisition.Implicit - it is though imported.

class exUserFolder(Folder,BasicUserFolder,CopyContainer):

Any ideas?

-huima