MyBB Community Forums

Full Version: is it possible to change super admin id?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hai, i want to change my super admin id to another id.... is it possible ?

that means , super admin power to another new id? as if old admin will be fake admin id!!!
You can change who are super admins in ./inc/config.php.

$config['super_admins'] = '1';
thank you very much.. Smile
(2010-11-11, 11:33 PM)MattRogowski Wrote: [ -> ]You can change who are super admins in ./inc/config.php.

$config['super_admins'] = '1';

Just out of curiosity what would the code be if you wanted more than 1 super admin how would you seperate the user ids.
$config['super_admins'] = '1,2,3';

Smile
ok thanks