If you have a Drupal accounts which are temporarily blocked. Connect to the MySQL database and then purge the flood table.
DELETE FROM flood;
Reference: Drupal Community – how to unblock my own admin account after 5 failed login attempts?
If you have a Drupal accounts which are temporarily blocked. Connect to the MySQL database and then purge the flood table.
DELETE FROM flood;
Reference: Drupal Community – how to unblock my own admin account after 5 failed login attempts?