|
@@ -444,7 +444,7 @@ public class adminManagerAction extends ActionSupport implements ServletRequestA
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
if (admin.getPassword()!=null && !"".equals(admin.getPassword()) && !PwdDefind.vertify(admin.getPassword())){
|
|
if (admin.getPassword()!=null && !"".equals(admin.getPassword()) && !PwdDefind.vertify(admin.getPassword())){
|
|
|
- resultJson.put("message", "密码至少包含:大小写英文字母、数字、特殊符号,密码长度大于8位,小于20位");
|
|
|
|
|
|
|
+ resultJson.put("message", "密码至少包含:大小写英文字母、数字,密码长度大于8位,小于20位");
|
|
|
resultJson.put("code", 500);
|
|
resultJson.put("code", 500);
|
|
|
ResUtil.writeJson(ServletActionContext.getResponse(), resultJson.toString());
|
|
ResUtil.writeJson(ServletActionContext.getResponse(), resultJson.toString());
|
|
|
return null;
|
|
return null;
|