MyBB Community Forums

Full Version: Prevent editing admin profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I go about stopping other administrators editing my profile? my user ID is 1.
Tell them you will demote them if they do it.
(2012-12-09, 07:12 PM)Leefish Wrote: [ -> ]Tell them you will demote them if they do it.

Is there really no way to do it?
Well, I guess you could stop them from seeing the edit link on your profile using template conditionals - but if they can go in the ACP they can do it there as well.

The issue is not whether or not MyBB can stop them - it is whether you are in charge of your own board or not.
They cannot access the ACP but thanks.
(2012-12-09, 07:13 PM)markwesley Wrote: [ -> ]
(2012-12-09, 07:12 PM)Leefish Wrote: [ -> ]Tell them you will demote them if they do it.

Is there really no way to do it?

Not with the default option in Mybb. You will need a custom mod for that.
(2012-12-09, 09:57 PM)borbole Wrote: [ -> ]
(2012-12-09, 07:13 PM)markwesley Wrote: [ -> ]
(2012-12-09, 07:12 PM)Leefish Wrote: [ -> ]Tell them you will demote them if they do it.

Is there really no way to do it?

Not with the default option in Mybb. You will need a custom mod for that.

Not entirely true. As far as I'm aware, this is what the superadmin array in config.php does. Any uids not in that array can't edit or ban users in it.
Wait admins can't edit super admin profiles right? If yes then there's no need for some mod.