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.
on the plugins i activated the random background plugin.
it works
the action then says Deactivate
i press Deactivate
it work
it deactivates it
then i press activate
nothing happens
it still says activate
The text was updated successfully, but these errors were encountered:
well i added one:
class ampRoles {
const Administrator = 'Administrator';
const Editor = 'Editor';
const Contributor = 'Contributor';
const Anonymous = 'Anonymous';
}
and then assigned a role to a user to be anonymous:
$amp_role_assignment = array(
'Administrator' => array(
'admin',
// Add any additional admin usernames here
),
'Anonymous' => array(
'client1',
)
);
but now the login is messed up. when i login as admin and press the stats button for a link, it takes me back to the login page and wont let me login.
anonymous user should be able to login and see a stats page but cant
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
on the plugins i activated the random background plugin.
it works
the action then says Deactivate
i press Deactivate
it work
it deactivates it
then i press activate
nothing happens
it still says activate
The text was updated successfully, but these errors were encountered: