nearata / flarum-ext-password-strength-enforcer
Enforces a password strength level.
Package info
github.com/Nearata/flarum-ext-password-strength-enforcer
Type:flarum-extension
pkg:composer/nearata/flarum-ext-password-strength-enforcer
1.0.0
2023-02-28 20:57 UTC
Requires
- bjeavons/zxcvbn-php: ^1.3.0
- flarum/core: ^1.6.0
- glowingblue/password-strength: *
README
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