nearata/flarum-ext-password-strength-enforcer

Enforces a password strength level.

1.0.0 2023-02-28 20:57 UTC

This package is auto-updated.

Last update: 2024-04-28 23:31:48 UTC


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