Closed (won't fix)
Project:
Custom Permissions
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 22:17 UTC
Updated:
22 Aug 2010 at 14:14 UTC
It would be super awesome to extend this to the User Management section.
Comments
Comment #1
beatnikdude commentedJust 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.
Comment #2
mstef commentedYea 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..
Comment #3
mstef commentedScratch that - it worked.
Had to clear the cache.
Comment #4
marcushenningsen commentedI 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?
Comment #5
Docc commented2.x supports dynamic permissions