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
强制密码强度等级。
注意
客户端和服务器上看到的分数之间可能存在一些差异。
这是因为 zxcvbn-php
并不是 zxcvbn-ts
的精确端口。
要求
安装
composer require nearata/flarum-ext-password-strength-enforcer:"*"
更新
composer update nearata/flarum-ext-password-strength-enforcer:"*"
php flarum cache:clear
移除
composer remove nearata/flarum-ext-password-strength-enforcer php flarum cache:clear