drupal 7: unblock users via database simply delete all entries from flood table or run simple query in database like “truncate table flood” Related
thank you, solved my drupal conundrum.
How do I unblock the selected users from the flood ? Do we have any admin interface or modules for this process?
you should have either mysql or phpmyadmin access
run a query on table delete from flood where
A single database query will do it for you, you just need to perform a query based on the “identifier” that is usually an IP of the visitor/user
I mistakenly block my own admin user by rule, and my site is under maintenance mode. how can I log in back or unblock admin user
to my site?
do you have phpmyadmin/mysql access?