App用户密码调整
This commit is contained in:
@@ -17,6 +17,12 @@ public interface PatternRegex {
|
||||
*/
|
||||
String PASSWORD_REGEX = "^(?=.*[a-zA-Z])(?=.*\\d)(?=.*[\\=\\[\\]\\{\\}\\.\\,\\。\\、\\@\\#\\_\\!\\$\\%\\^\\&\\*\\(\\)\\?\\<\\>\\/\\|\\~,\\-\\+]).{8,16}$";
|
||||
|
||||
/**
|
||||
* APP密码,长度为8-16
|
||||
*/
|
||||
String APP_PASSWORD_REGEX = "{8,16}$";
|
||||
|
||||
|
||||
/**
|
||||
* 手机的密码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user