Hi,

I would like to give a permission to a certain user to change the status or another user from blocked to active "Registration approved". And vice versa when needed.
That user should also not be able access any other pages in admin menu other than the status change, nor should the user be able to see anything else.
The user should not be able to see/edit admin account or any specified accounts.

"administer users" permission give too much access to users, I would like to limit access in it to what I have mentioned above.

I have tryed the following modules but with no luck. Either nothing happens, or they don't work. Or I cannot see the options that the help is trying to show me.
User Protect
RoleAssign
Permissions Lock
User Permissions

Thank you!

Comments

bestknight’s picture

Maybe "Administer Users by Role" module can indirectly do what you are looking for.
And have you tried the "Role Delegation" module?

darksniperx’s picture

I haven't tried, but will let know asap :)

darksniperx’s picture

I have installed them but they dont appear under administration menu!!!

darksniperx’s picture

I fount it how to prevent editing of user admins,

how do I disable access to "user settings" menu.

WorldFallz’s picture

You could probably do it manually with http://api.drupal.org/api/function/hook_menu_alter in a little custom module.

darksniperx’s picture

I found a module which disable access to pages by role. And I have pretty much used it to block access to all of the admin places I didn't want that role to access.