Path: blob/master/spec/fixtures/finders/plugin_version/readme/no_version.txt
486 views
=== Simple Login Lockdown ===1Contributors: chrisguitarguy2Donate link: http://www.pwsausa.org/3Tags: security, login4Requires at least: 3.2.05Tested up to: 3.36Stable tag: trunk78Simple Login Lockdown prevents brute force login attacks/attempts on your WordPress installation.910== Description ==1112Simple login lock down is a way to protect your WordPress blog from brute force login attacks.1314How it works:151. An attacker attempts to login and fails162. Simple Login Lockdown record that failed login173. After a certain number of failed attemps (defaults to five), further attemps to access the wp-login.php page are blocked for a time (defaults to one hour).1819If you happen to forget your password and make a failed login attemp yourself, the plugin will clear out the lockdown count data on successful login.2021Note: This uses $_SERVER['REMOTE_ADDR'] directly. If you're behind a proxy (load balancer, etc), it's not going to work as expected. Eg. Several folks could be attempting logins at once, and all fail. As such, the plugin would pick up on all those requests coming from the same IP -- the load balancer -- and lock the login down. No good. If you're using a load balancer or in some other situation where you're behind a proxy, use this as an example and write your own. Or filter the IP as your desire using `cd_sll_pre_ip`.2223== Installation ==2425Install via the WordPress admin or...26271. Click on the big orange button that says download282. Unzip the file, and upload the `simple-login-lockdown` folder to your wp-content/plugins directory293. Login into your website and activate the plugin!3031== Frequently Asked Questions ==3233== test ==341.235==3637== test ==381.339bb =4041= I got locked out, what do I do? =4243Simple answer: wait. The lockdown will clear in the time you specified, just visit the site again later.4445If you absolutely need to get into your site right now, you can can do one of two things...461. Fire up your FTP client and rename the `simple-login-lockdown` plugin folder472. Login into your favorite database administration tool (probably PHPMyAdmin) and search for `locked_down_` in the `option_name` column of the `wp_options` table. Delete the records you find -- they should be "transients".4849== Screenshots ==50511. The plugin options on the Privacy Settings page525354