mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-18 19:47:41 +00:00
用户密码新增非法字符验证
This commit is contained in:
@@ -168,7 +168,8 @@
|
||||
},
|
||||
password:{
|
||||
minlength: 5,
|
||||
maxlength: 20
|
||||
maxlength: 20,
|
||||
specialSign: true
|
||||
},
|
||||
email:{
|
||||
email:true,
|
||||
|
Reference in New Issue
Block a user