the-turk / flarum-password-strength
This package is abandoned and no longer maintained.
The author suggests using the glowingblue/password-strength package instead.
Low-budget password strength estimation for your Flarum forum.
Package info
github.com/the-turk/flarum-password-strength
Language:JavaScript
Type:flarum-extension
pkg:composer/the-turk/flarum-password-strength
1.0.2
2020-07-27 10:12 UTC
Requires
- flarum/core: >=0.1.0-beta.10 <0.1.0-beta.14
This package is auto-updated.
Last update: 2021-06-23 00:10:32 UTC
README
Low-budget password strength estimation for your forum.
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.
Installation
composer require the-turk/flarum-password-strength
Updating
composer update the-turk/flarum-password-strength php flarum cache:clear
Usage
Just enable the extension and customize if you wish.
ToDo
- 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.