the-turk / flarum-password-strength
Low-budget password strength estimation for your Flarum forum.
Installs: 1 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 2
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.10 <0.1.0-beta.14
This package is auto-updated.
Last update: 2021-01-12 06:43:07 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.