- Edited
Low-budget password strength estimation for your forum.
Originally this extension has been created by @Kylo (see discussion). Glowing Blue has taken the original idea and created a new implementation that works with the latest version of Flarum and is more seamlessly integrated into the existing flarum/core
code. Old settings should be migrated to the new namespace.
Click to view settings screenshot
Features
- Based on zxcvbn (by DropBox).
- Password strength is labeled as 'Weak', 'Could be stronger' and 'Strong'.
- Customizable display modes.
- Compatible with
nearata/flarum-ext-signup-confirm-password
.
Installation
composer require glowingblue/password-strength:*
Updating
composer update glowingblue/password-strength
php flarum cache:clear
Conflicts
glowingblue/password-strength
doesn't work withtherealsujitk/flarum-ext-show-password
which can be removed, asglowingblue/password-strength
adds a very similar functionality.
Usage
Just enable the extension and customize if you wish.
To-do
- 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.