=== Plugin Name === Contributors: sirzooro Tags: access, admin, administration, locking, login, security, user, users Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 1.0 This plugin locks user account after given number of incorrect login attempts. This makes brute force and dictionary attacks nearly impossible. == Description == Default Wordpress installation is vulnerable to brute force and dictionary attacks, because there is no limit how many times user can use invalid password before finding the correct one. This plugin closes this security hole by introducing maximum number of invalid login attempts. When someone exceeds this number, his/her account becomes locked, and can be unlocked only by requesting new password (using Lost Password option). This makes brute force and dictionary attacks nearly impossible. [Changelog](http://wordpress.org/extend/plugins/user-locker/other_notes/) == Installation == 1. Upload `user-locker` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure and enjoy :) == Changelog == 1.0 * Initial version