MyBB Community Forums

Full Version: HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I messed my SUPER ADMIN account and had to have a another admin make me another admin account. Is there anyway i can fix my other account as edit myself back to SUPER ADMIN on my old account. Because im just basic now. PLEASE HELP
find config.php file in your myBB installation folder of inc ; open it thru a code editor (eg. notepad++)
AND around line 70 find $config['super_admins'] = '1'; add your new admin user id in that line

eg. $config['super_admins'] = '1,xx'; <-- note : xx is your new user id
(2011-07-29, 04:05 AM)ranjani Wrote: [ -> ]find config.php file in your myBB installation folder of inc ; open it thru a code editor (eg. notepad++)
AND around line 70 find $config['super_admins'] = '1'; add your new admin user id in that line

eg. $config['super_admins'] = '1,xx'; <-- note : xx is your new user id

THANK YOU SO MUCH!!!!
I can add as many super admins right?
^ yes, you can add ; BUT I would suggest to not have more than two super admins ..