Tom W
|
Friday 29 October 2010 2:36:23 pm
Hello, I'm trying to create a role which policies that will allow a user group to move users from one user group to another. I have tried a number of variations and still can't get it to work. So far users with this role can view the user account tab and see the users but has no editing or move permission. Anyone know the policy to make it work? Thanks in advance,
|
Tom W
|
Thursday 21 April 2011 12:34:17 pm
back to answer my own question:
user | login | siteaccess([your admin site])
content | dashboard | no limit
content | read | subtree(users), class(user group, user), section(users)
content | create | subtree([your user groupS]), class(user), section(users)
content | edit | subtree([your user groupS]), class(user), section(users)
content | remove | subtree([your user groupS]), class(user), section(users) content | manage_locations | subtree([your user groupS]), class(user), section(users)
|