Commit 52948ae3 authored by 成亚卿's avatar 成亚卿

修改提示

parent aa5ec497
...@@ -225,7 +225,7 @@ public class UserService { ...@@ -225,7 +225,7 @@ public class UserService {
return "密码长度不能小于"+size; return "密码长度不能小于"+size;
} }
if(length > 32) { if(length > 32) {
return "密码长度没必要大于32位"; return "密码长度不能大于32位";
} }
String contain = strength.getStr("contain"); String contain = strength.getStr("contain");
String number = ".*\\d+.*"; String number = ".*\\d+.*";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment