It would be super awesome to extend this to the User Management section.

Comments

beatnikdude’s picture

Just a note for the conversation, I have used the UserProtect Module along with the RoleAssign Module for further control of the User Management section. It has been very useful.

But this module is more what I have use for, I second this feature request.

mstef’s picture

Yea I need a separate permission for Access Rules..

How can I add this? I tried adding the perm and path to the config_perms_map but that didn't do it..

mstef’s picture

Scratch that - it worked.

Had to clear the cache.

marcushenningsen’s picture

Status: Active » Needs review

I found it very useful to add a permission for configuration of user settings by adding:

'administer user settings' => array('admin/user/settings'),

into the modules' permission array:

$GLOBALS['config_perms_map'] = array(

Should this go into the module?

Docc’s picture

Status: Needs review » Closed (won't fix)

2.x supports dynamic permissions