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

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

@@ -168,7 +168,8 @@
},
password:{
minlength: 5,
maxlength: 20
maxlength: 20,
specialSign: true
},
email:{
email:true,