用户密码新增非法字符验证

This commit is contained in:
RuoYi
2024-03-01 21:50:45 +08:00
parent 4a5ea50a14
commit f2f6b25ed2
8 changed files with 53 additions and 49 deletions

View File

@@ -65,7 +65,8 @@
newPassword: {
required: true,
minlength: 5,
maxlength: 20
maxlength: 20,
specialSign: true
},
confirmPassword: {
required: true,