the-turk / flarum-password-strength
Low-budget password strength estimation for your Flarum forum.
Installs: 1 283
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 7
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.10 <0.1.0-beta.14
- dev-master
- 1.0.2
- 1.0.1
- 1.0.0
- 0.1.3
- 0.1.2
- v0.1.1
- 0.1.0
- dev-dependabot/npm_and_yarn/js/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/js/lodash-4.17.21
- dev-dependabot/npm_and_yarn/js/ssri-6.0.2
- dev-dependabot/npm_and_yarn/js/y18n-4.0.1
- dev-dependabot/npm_and_yarn/js/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/js/ini-1.3.8
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.