Skip to content

Commit

Permalink
修改密码长度提示与提醒一致
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamohf committed Apr 14, 2021
1 parent 5d5dde4 commit 04e00e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h5>基本资料</h5>
},
newPassword: {
required: "请输入新密码",
minlength: "密码不能小于5个字符",
minlength: "密码不能小于6个字符",
maxlength: "密码不能大于20个字符"
},
confirmPassword: {
Expand Down

0 comments on commit 04e00e2

Please sign in to comment.