It is common that the IP must be blocked after 5 or more failed login attempts in Drupal.This can be overcome by following these simple steps.
- Login to php myadmin.
- Find the database of the site that has been blocked.
- Open the “flood” table in the Database.
- Delete the failed login attempts from the Database of your particular IP.
Now You can reattempt to login without any Problems.