This plugin allow to enforce a specific password length.
- Contributors: momo360modena, beapi
- Donate link:
- Tags: security, password, administration
- Requires at least: 3.0
- Tested up to: 4.6.2
- Stable tag: 1.0.1
- License: GPLv3 or later
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
Enforce a specific password length.
CAUTION: Length != Strength
- Upload the 'minimum-password-length' to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Configure your required password length in Settings -> Password Length
- Add composer.json file
- 28 Sep 2016
- Fix - Use correct string comparison (thanks @BoiteAWeb)
- Fix - Use correct length verification (thanks @BoiteAWeb)
- 27 Sep 2016
- Initial release