- Contributors: itsananderson, Zer0Divisor, ryanhellyer
- Donate link:
- Tags: security, password, administration
- Requires at least: 4.6
- Tested up to: 4.7
- Stable tag: 2.0.0
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enforce a specific password strength. Hides the option to ignore weak passwords.
WordPress profile pages contain a visual indicator which shows the strength of a user's chosen password. This is nice, but WordPress doesn't actually enforce this in any way, so users are free to select weak passwords.
Minimum Password Strength removes the option to bypass the strength suggestion.
- Upload the 'minimum-password-strength' to the '/wp-content/plugins/' directory or install via the WordPress plugin installer.
- Activate the plugin through the 'Plugins' menu in WordPress
- Change to simply removing the option to bypass the password strength check
- Documentation update
- Update "Tested up to" tag
- Enforce password strength during password reset
- Update "Tested up to" tag
- Fixing the installation instructions
- Updating the short and long descriptions
- Updating the "Tested up to" tag
- Fixing a broken author name
- Adding a readme.txt file
- Initial release