From 1f0b417d9d251a4e7814a9b4630de70a2d743b96 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 6 Oct 2020 16:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=95=BF=E5=BA=A6=E6=A0=A1=E9=AA=8C=E5=92=8C=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=B8=8D=E7=AC=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/user/profile/profile.html | 2 +- .../main/resources/templates/system/user/profile/resetPwd.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html b/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html index 390293c9..ae031594 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html @@ -270,7 +270,7 @@ }, newPassword: { required: "请输入新密码", - minlength: "密码不能小于6个字符", + minlength: "密码不能小于5个字符", maxlength: "密码不能大于20个字符" }, confirmPassword: { diff --git a/ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html b/ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html index 815f0af3..e8886a06 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html @@ -69,7 +69,7 @@ }, newPassword: { required: "请输入新密码", - minlength: "密码不能小于6个字符", + minlength: "密码不能小于5个字符", maxlength: "密码不能大于20个字符" }, confirmPassword: {