Just curious, can this module allow an authenticated user to change only their role/roles from a predefined set of roles?

If so, this could be used with the Auto Assign Role module to allow a user to select a role on signup and then using the role_delegation module allow the user to change their own role.

Comments

David Lesieur’s picture

Yes, authenticated users may assign themselves specific roles allowed by their current role. However, they may also assign roles to other users if they have access to their profiles.

I have not tested Auto Assign Role with Role Delegation, but it is very likely that you can use both modules together.

gmclelland’s picture

Status: Active » Closed (fixed)

Thank you for the reply. I think I misunderstood this module's purpose. It looks like http://drupal.org/project/user_selectable_roles would be a better fit.

Thanks again.

xqbzzr’s picture

Ok, and how do I prevent users from changing their own roles?
I want my moderators to only change roles of other users. If they themselves want another role, they should ask another moderator to alter their roles. How can that be achieved?