Low-budget password strength estimation for your forum.
Click to view settings screenshot
- Based on zxcvbn (by DropBox).
- Password strength is labeled as 'Weak', 'Could be stronger' and 'Strong'.
- Customizable display modes.
composer require the-turk/flarum-password-strength
composer update the-turk/flarum-password-strength
php flarum cache:clear
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.