MyBB Community Forums

Full Version: Additional Administrator?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all Smile

I need to add an additional administrator, so they have full access to the admin panel.
Can this be done?
Thanks.
Just change the usergroup of the user to Administrators and give them all admin perms.
Thats just the problem its not giving me an admin option when i edit the usergroup :/
Have you renamed it or something...?? Printscreen the options you're getting, it just shows you a list of all usergroups Undecided
ahh i may have renamed the admin group!
damn how do i figure which are which now lol!?
You don't remember what you re-named it to..? What group is your primary group?
Unless you edited permissions of the group, couldn't you run an SQL Query?
UPDATE mybb_users SET usergroup='4' WHERE username='additional person's name'

To find out what the group is called, go in PHPMyAdmin and navigate to the mybb_usergroups table and go to row 4.