Password Strength Enforcer
nearata/flarum-ext-password-strength-enforcer
Enforces a password strength level.
- Downloads
- 567
- Version control
- github.com/Nearata/flarum-ext-password-strength-enforcer
Password Strength Enforcer
Enforces a password strength level.
Note
There might be some discrepancy between the scores seen in client and server.
That's because zxcvbn-php is not an exact port of zxcvbn-ts.
Requirements
Install:
composer require nearata/flarum-ext-password-strength-enforcer:"*"
Update
composer update nearata/flarum-ext-password-strength-enforcer:"*"
php flarum cache:clear
Remove
composer remove nearata/flarum-ext-password-strength-enforcer
php flarum cache:clear
Versions
-
Version 1.0.0.
Likely works with Flarum v1.8.11.
Unlikely to work with Flarum v2.0.0-beta.4.
-
Extension created.