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

deruitern’s picture

Status: Active » Closed (fixed)
clem.chuang@gmail.com’s picture

You 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.

truyenle’s picture

Perfect solution.