Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.
This is very much by design. Otherwise you could brute force the "admin" password by logging in as your own user every 4th attempt.
A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.
The option default to NOT being behind a proxy -- which should be by far the common case.
You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.
Either wait, or:
If you have ftp / ssh access to the site rename the file "wp-content/plugins/limit-login-attempts/limit-login-attempts.php" to deactivate the plugin.
If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: "UPDATE wp_options SET option_value = '' WHERE option_name = 'limit_login_lockouts'"
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-25
Downloads: 110,236




