You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i installed this plugin on my YOURLS and add bellow lines in config.php,but the cuser (and all other users with other privileges)has administrator privileges:
hi
i installed this plugin on my YOURLS and add bellow lines in config.php,but the cuser (and all other users with other privileges)has administrator privileges:
$amp_role_assignment = array(
'Administrator' => array(
'admin',
),
'Editor' => array(
'admin2',
),
'Contributor' => array(
'cuser',
),
);
$amp_default_role = "Editor";
$amp_admin_ipranges = array(
'127.0.0.0/8','XX.XX.XX.XX',
);
The text was updated successfully, but these errors were encountered: