[Zope] Re: exUserFolder, non Manager - but with permissions
Heimo Laukkanen
huima@fountainpark.org
Wed, 31 Oct 2001 10:30:41 +0200
Andrew Kenneth Milton wrote:
> Folder is based on Acquistion.Implicit.
>
> I think the problem is there is no explicit permissions for editing users
> try this;
>
> add 'manage_editUserForm', 'manage_editUser' to the __ac_permissions__
> under 'Manage users' permission entry like so;
>
> ('Manage users', ('manage_users', 'manage_editUserForm', 'manage_editUser')),
Yes. That seemed to do the trick.
Could you give me a clue, what was the problem? Was it that there was no
permission set for those manage_editUserForm and manage_editUser and
therefore Zope security mechanism wanted to get Manager authorization?
And thank you for your quick response again.
-huima