update 验证密码强度,并修改密码,在debug模式下登录不需要正确密码

This commit is contained in:
2021-07-02 19:00:01 +08:00
parent fda3e8e8f2
commit 36a9964899
8 changed files with 274 additions and 50 deletions

View File

@@ -102,5 +102,10 @@
"sysNotice:unread",
"sysNotice:detail"
]
},
"SimplePassword": {
"Pattern": "(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z])(?=.*[^a-zA-Z0-9]){8,}",
"Descriptions": "密码中必须包含大小字母、数字、特称字符至少8个字符"
}
}