hello there,

i have small problem with drupal 6.x

i've create a role name secondadmin (with limit permission & access user profiles)
andthe problem is, rold:secondadmin can edit super-admin.

My question is: how to deny role: secondadmin to change supper-admin password ?

what i need: only super-admin (id=1) can edit/change password for another users account.

thanks

Comments

nirbhasa’s picture

I think you can use http://drupal.org/project/user_readonly for this. It can hide the pwd field for anyone you dont want to see it.