From 04e00e2b3968e01bd5d08844b822e4bf48092db0 Mon Sep 17 00:00:00 2001 From: "xiaody.cn" <704880626@qq.com> Date: Wed, 14 Apr 2021 10:55:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E6=8F=90=E7=A4=BA=E4=B8=8E=E6=8F=90=E9=86=92=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/user/profile/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a579211c..6b8906bf 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 @@ -280,7 +280,7 @@ }, newPassword: { required: "请输入新密码", - minlength: "密码不能小于5个字符", + minlength: "密码不能小于6个字符", maxlength: "密码不能大于20个字符" }, confirmPassword: {