Can't login as admin after logging on with another user

can you try with this query in your database:

SELECT users.username, user_id, token, type FROM authentication_tokens, users WHERE authentication_tokens.user_id=users.id AND type IN ('register', 'recover') AND authentication_tokens.active=true;
1 Like