Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$amp_role_assigment #47

Closed
mynameistito opened this issue Feb 3, 2022 · 5 comments
Closed

$amp_role_assigment #47

mynameistito opened this issue Feb 3, 2022 · 5 comments

Comments

@mynameistito
Copy link

Hi Team,

Been having an issue with the role assign and still getting the

Require permissions to show admin interface.

error


$amp_default_role = "Editor";
$amp_role_assignment = array(
  'administrator' => array(
    'Tito',
    'tito',
  ),
  'editor' => array(
    'your_close_friend',
  ),
  'contributor' => array(
    'your_other_friend',
  ),
);

is a code snipet idk if I'm just being stupid or not lol any help would be appreciated.

@opl-git
Copy link

opl-git commented Feb 8, 2022

Same problem here.
@mynameistito : Could you solve it?

@mynameistito
Copy link
Author

nah no fix on my end @opl-git

@opl-git
Copy link

opl-git commented Feb 12, 2022

@joshp23 Could you help us, please? A fix would be very much appreciated.

@mynameistito
Copy link
Author

not 100% @opl-git but I think #31 Fixes it

@TheRayJohnson
Copy link

Can confirm #31 fixed it for me. Can now login no more Require permissions to show admin interface. white page error.

Running YOURLS v1.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants