소스 검색

修改密码长度提示与提醒一致

xiaody.cn 4 년 전
부모
커밋
04e00e2b39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html

@@ -280,7 +280,7 @@
 	            },
 	            newPassword: {
 	                required: "请输入新密码",
-	                minlength: "密码不能小于5个字符",
+	                minlength: "密码不能小于6个字符",
 	                maxlength: "密码不能大于20个字符"
 	            },
 	            confirmPassword: {