What to do when you can no longer login to your Drupal site
So the scenario is this: you notice that you are no longer able to login on your Drupal site:
- the
{users}
table entry for your account looks just fine - the
login
andaccess
timestamps on your account are just a few seconds old, matching your latest attempt to login - you reset your password in the DB, just in case, and it still does not work
- the telltale is that Drupal will not even tell you your login failed: it actually works, as the
{users}
table shows, but yet you are not logged in
Can you guess what can have been going wrong and fix it ?