$config['superAdmins']

dreamer

Active member
Registered
Joined
Mar 26, 2020
Messages
40
Points
18

Reputation:

$config['superAdmins'] = 'x,x';

I added superAdmins user ID to configs but unfortunately it doesn't work. Someone will help.
 

domatas

New member
Registered
Joined
Apr 18, 2022
Messages
1
Points
3

Reputation:

XF 2.0 doesn't use `superAdmins` in the config anymore. You have to update the `xf_admin` table directly

Find your username or user_id in xf_admin table and replace the 0 with a 1 under is_super_admin.
 

dreamer

Active member
Registered
Joined
Mar 26, 2020
Messages
40
Points
18

Reputation:

XF 2.0 doesn't use `superAdmins` in the config anymore. You have to update the `xf_admin` table directly

Find your username or user_id in xf_admin table and replace the 0 with a 1 under is_super_admin.
domatasTHANK YOU GO
 
Top