Enforce password size limit

This commit is contained in:
Paulo Gustavo Veiga
2023-07-02 10:13:42 -07:00
parent ae633022ab
commit 30098527b5
10 changed files with 97 additions and 41 deletions

View File

@@ -69,4 +69,5 @@ EMAIL.GREETINGS=你好
OWNER_ROLE_CAN_NOT_BE_CHANGED=所有者角色无法更改。请从更改列表中删除所有者。
ZOOM_TO_FIT=缩放以适合
ZOOM_OUT=缩小
ZOOM_IN=放大
ZOOM_IN=放大
PASSWORD_TOO_LONG=Password must be less than 40 characters.