Closed (fixed)
Project:
Administer Users by Role
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 03:59 UTC
Updated:
20 Dec 2012 at 17:12 UTC
A nice feature for this module would be to modify the create permissions, so that selected roles could create users of the assigned role. Example permissions:
create users with role customer
create users with role power user
create users with role super user
In this example, a power user could be assigned only "create users with role customer" and a super user could be assigned access to create "customer", "power user", and "super user" users.
Comments
Comment #1
deruitern commentedComment #2
clem.chuang@gmail.com commentedYou can do that by this module in conjunction with the role_delegation module.
You should divide you asked permission into two parts:
First one,check "create user" permission provided by this module.
Second one, check "assign 'whatever' user role" permission provided by role_delegation module.
Then enter the 'create user' page and see the result.
Comment #3
truyenle commentedPerfect solution.