Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Feat: change password min len text
Browse files Browse the repository at this point in the history
  • Loading branch information
YuMao233 committed Nov 27, 2022
1 parent 2b0626f commit 69eee5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/language/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
"inputSth": "Please Provide...",
"userPasswd": "User Password",
"inputPasswd": "Please provide the password",
"userPasswdInfo": "Required, 12 to 36 characters, must contain uppercase and lowercase letters and numbers"
"userPasswdInfo": "Required, 9 to 36 characters, must contain uppercase and lowercase letters and numbers"
},
"ps": "Attention",
"psInfo": "Please make sure all instances are running in Docker containers for commercial purpose. Otherwise, it possesses risk for the host to be compromised.",
Expand Down
2 changes: 1 addition & 1 deletion src/language/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"newUserDialog": {
"inputSth": "请输入内容...",
"userPasswd": "用户密码",
"userPasswdInfo": "必填,12 到 36 个字符,必须包含大小写字母和数字",
"userPasswdInfo": "必填,9 到 36 个字符,必须包含大小写字母和数字",
"inputPasswd": "请输入密码"
},
"ps": "注意事项",
Expand Down

0 comments on commit 69eee5e

Please sign in to comment.