用户密码长度校验
This commit is contained in:
@ -27,7 +27,7 @@ public class UserConstants
|
||||
* 用户名长度限制
|
||||
*/
|
||||
public static final int USERNAME_MIN_LENGTH = 2;
|
||||
public static final int USERNAME_MAX_LENGTH = 10;
|
||||
public static final int USERNAME_MAX_LENGTH = 20;
|
||||
|
||||
/** 名称是否唯一的返回结果码 */
|
||||
public final static String NAME_UNIQUE = "0";
|
||||
|
Reference in New Issue
Block a user