Skip to content

Nearata/flarum-ext-password-strength-enforcer

Repository files navigation

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