A simple (but not suggested) solution would be to set admin accounts as "$config['SpecialUsers']['undeletableusers']" in the config.php .
Else you would need sort of plugin which checks if the user to be edited is an admin and if yes and you're not then no edit.
We only have a plugin to control which "administrator" (any user with ACP access) can manage which group (i. e. only guests, users, banned, vip etc).
|