nearata / flarum-ext-password-strength-enforcer
Enforces a password strength level.
Installs: 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
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