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 a579211cb..6b8906bf8 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: {