Jump to content

login problems ... all users


Stefan G. Eberl
 Share

Recommended Posts

@Stefan: error message itself is a sign of CSRF check failing. Are you seeing this error before or after login attempt, i.e. can you still type in your login credentials and this just appears after or are you unable to see the login form in the first place?

It's possible to skip CSRF checks entirely by adding "$config->protectCSRF = false" to your site/config.php, but I wouldn't recommend it in the long term -- this is a security feature after all. There are also some things you could try here, such as checking that you've got necessary directories, as discussed here.

Please let us know if the issue persists. Providing any additional info (such as is there anything that could've caused this, any apparent change to your site lately, have you switched servers etc.) could also help diagnosing the issue.

Link to comment
Share on other sites

A couple of other things to ensure:

  • Make sure you are not logged in more than once (tab , browser, computer, location) when you are in edit mode.
  • If you leave your browser open and have edited something, leave for awhile and then try to save you should get this error.

If I am editing, I make sure I save before going away from whatever I'm working on.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...