I have setup a drupal 6 environment and now I want to achieve the following:
- I have created a role 'user manager'
- new users can register (without admin approval)
- via the "rules" module, the newly registered user account is blocked and a mail is sent to users which have the role 'user manager'
- they can then activate the new user
All of this already works, BUT:
The problem is that to give the role 'user manager' the permission to activate users I need to set the permission "administer users' for this role. This is actually too much: I don't want to give them access to the 'user settings' page in the administration section of the site. All I want is they can activate the user and assign them to a role (which is already working by using the administerusersbyrole module).
How can this be achieved?
Thanks!
Read »








