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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
Took me a while to figure out why it did not work at my site, so might be useful to others:
Works:
$amp_default_role = "Editor";
Doesn't work (
Error: "Require permissions to show admin interface."
):$amp_default_role = "editor";
Even if it's lower case in:
The text was updated successfully, but these errors were encountered: