用户登录问题修改

This commit is contained in:
jiang 2024-09-19 09:39:23 +08:00
parent 4a84ccb7db
commit 116cd0bad8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default {
"qwe", "qwer", "qwert", "qwerty", "asdf", "asdfg", "asdfgh", "password", "passw0rd",
"letmein", "welcome", "admin", "user", "test", "pass", "root", "login"], // 弱密码列表
restrictConsecutiveChars: true, // 是否限制连续字符
maxConsecutiveChars: 3, // 最大连续字符数
maxConsecutiveChars: 2, // 最大连续字符数
excludeUsernameInPassword: true, // 是否不允许密码包含用户名
passwordHistoryLimit: 5 // 历史密码限制条数
}