MyBB Community Forums

Full Version: Set super admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone, I was wondering how I would go about setting someone else on my website to a super admin.
If you go to your inc/config.php file find the line that starts with $config['super_admins']. This is a comma separated list of uids that are super admins. Note that a super admin cannot edit another super admin.
(2015-09-02, 11:07 PM)dragonexpert Wrote: [ -> ]If you go to your inc/config.php file find the line that starts with $config['super_admins'].  This is a comma separated list of uids that are super admins.  Note that a super admin cannot edit another super admin.

Thank you doing that now