XF 2.0 How to Remove a Super-Administrator?

You can just demote them from administrator status - that will completely remove them.

The config,php line will look something like:
PHP:
$config['superAdmins'] = '1, 2, 3';
 
Thanks - so you have to determine which number super-admin they are and remove them. I think they only have one super-admin actually so it will be easy - just remove the number (?)
 
I checked by /src/confic.php and it does not contain anything like
$config['superAdmins']

In the admin panel, I can make the "Super Admin" a regular "Admin" but I do not see an option to remove him completey from the list of administrators.
What am I missing?? Can't be that complicated to demote an "Admin" back to a normal user...
 
Top Bottom