Low-budget password strength estimation for your forum.
Click to view settings screenshot
- Based on zxcvbn-ts.
- Password strength is labeled as 'Weak', 'Could be stronger' and 'Strong'.
- Customizable display modes.
- Compatible with
nearata/flarum-ext-signup-confirm-password
.
composer require glowingblue/password-strength:*
composer update glowingblue/password-strength
php flarum cache:clear
glowingblue/password-strength
doesn't work withtherealsujitk/flarum-ext-show-password
which can be removed, asglowingblue/password-strength
adds a very similar functionality.
Just enable the extension and customize if you wish.
- I have no idea about how to implement it inside the reset password blade but you're very welcome to guide me or open a pull request on GitHub.