nearata/flarum-ext-password-strength-enforcer

Enforces a password strength level.

Installs: 513

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:flarum-extension

pkg:composer/nearata/flarum-ext-password-strength-enforcer

1.0.0 2023-02-28 20:57 UTC

This package is auto-updated.

Last update: 2025-09-29 03:00:07 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