31 Oct
2001
31 Oct
'01
8:51 a.m.
Andrew Kenneth Milton wrote:
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')),
To allow also adding and deleting users I needed to add: 'manage_addUserForm', 'manage_addUser', 'manage_userActions' Hope this helps others and will be in next version ,-) -huima