Jump to the post that solved this thread.
Solved: 8 Years, 5 Months ago Add super admins
#1
Solved: 8 Years, 5 Months ago
How to add more than one super admin? Any help would be greatly appreciated!
Reply
#2
Solved: 8 Years, 5 Months ago
In config.php, find
/**
 * Super Administrators
 *  A comma separated list of user IDs who cannot
 *  be edited, deleted or banned in the Admin CP.
 *  The administrator permissions for these users
 *  cannot be altered either.
 */

Below that, you should see
$config['super_admins'] = '1';

You can append a comma and a user's uid to that (within the quotes) to add them as a super admin.
PGP Key (Fingerprint: 23B6 F4C0 FE2D 45AA 61A0 1E86 DB87 09DC DD87 6E40)
Reply
#3
Solved: 8 Years, 5 Months ago
(2016-08-12, 12:54 AM)Josh H. Wrote: In config.php, find
/**
 * Super Administrators
 *  A comma separated list of user IDs who cannot
 *  be edited, deleted or banned in the Admin CP.
 *  The administrator permissions for these users
 *  cannot be altered either.
 */

Below that, you should see
$config['super_admins'] = '1';

You can append a comma and a user's uid to that (within the quotes) to add them as a super admin.

Thank you very much!
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)