Although I have switched every checkbox on or off, I cannot prevent a user from being deleted, not via user/X/delete or admin/user/user. I cannot delete myself, I checked that. I want to a achieve a setup where I can assign a role the right to create, update and deactivate users, but never delete users. Any advice is appreciated.

Comments

markus_petrux’s picture

Status: Active » Closed (won't fix)

It looks more like a job for a separate module, or maybe there's one already that fits your needs.

http://drupal.org/project/administerusersbyrole
http://drupal.org/project/restrict_password_change
http://drupal.org/project/userprotect
http://drupal.org/project/user_readonly

PS: Life cycle of Protect Critical Users module will probably end some day, when it gets fixed/solved/properly addressed by Drupal core itself.