Closed (won't fix)
Project:
RoleAssign
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2008 at 16:57 UTC
Updated:
19 Jul 2011 at 07:33 UTC
I'm not sure if this module is even able to do this, I thought it might, but reading the documentation it seems like it doesn't.
Basically, I have 2 roles that I want all users to have access to, and I want all users to be able to switch between the two roles at will. But I don't want all users to be able to administrate users. Can this module do this? Thanks.
Comments
Comment #1
doka commentedChange the line 131 of roleassign.module from this:
to this one:
I propose this change in code, because do not really see the need for the "administrate users" permission in those use cases.
Comment #2
salvisThe Role Delegation module lets you do what you want.