Search code examples
apachedrupal-7ubuntu-14.04

Drupal admin login failed


I have Drupal 7 website, the login page "/user" opens normally, when i try to login with no feedback not loging in and no error message, whatever values i enter

  • I tried to reset the password using the built in script "password-hash.sh" and copied the hashed to the db, not working
  • tried to make the $cookie_domain = 'mydomain.com'; @ sites/default/settings.php, not woking
  • tried to clear the sessions table and also tried to "repair table sessions" and clear cache table, not working
  • mod_rewrite, is already enabled, checked that too,
  • Database connection is ok, website is working normally

I would really appreciate for any more ideas or any log guidance to follow,


Solution

  • In drupal after 5 invalid login attempts the user is blocked. In this case you must clear your flood table ( Only truncate it never drop it ). This will fix the access restrictions after 5 invalid attempts to any user in drupal.

    Thanks