=== BadPass-WP === Contributors: nickstadb Tags: bad pass, bad password, badpass, password, passwords, security, password strength, user, users, profile, plugin, plugins, notification Requires at least: 3.0 Tested up to: 3.1.1 Stable tag: 1.2 BadPass helps to promote better password selection by warning users when they are using a common password. == Description == BadPass helps to promote better password selection by warning users when they are using a common password. This is done by comparing the logged in user's password hash against a list of over 500 commonly used and easy to guess passwords. You might also be interested in the [BadPass Firefox plugin](https://addons.mozilla.org/en-US/firefox/addon/badpass/ "BadPass Plugin for Firefox"). == Installation == 1. Upload the whole `badpass-wp` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. The warning displayed by BadPass-WP when the logged in user is using a common and easy to guess password. 2. The warning when the WordPress 3.1 admin bar isn't enabled == Changelog == = 1.2 = * Improved integration to perform password checks when the user profile change password form and the WordPress 3.1+ password reset form is submitted * Added additional checks to determine if entered passwords match the user's login name * Done some refactoring of source code = 1.11, 1.12 = * Minor documentation fixes! = 1.1 = * Placed warning bar at the top of the page when the WordPress admin bar is disabled * Tested in WordPress 3.0 and updated minimum required version to reflect this = 1.0 = * Initial release