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=Hallo
OWNER_ROLE_CAN_NOT_BE_CHANGED=Die Rolle des Besitzers kann nicht geöndert werden. Bitte entferne den Besitzer aus der önderungsliste.
ZOOM_TO_FIT=Einpassen
ZOOM_OUT=Verkleinern
ZOOM_IN=Vergrööern
ZOOM_IN=Vergrööern
PASSWORD_TOO_LONG=Password must be less than 40 characters.

View File

@@ -71,4 +71,5 @@ TOO_MANY_INACTIVE_ACCOUNTS=You have shared your mindmaps to more than 20 user th
OWNER_ROLE_CAN_NOT_BE_CHANGED=Owner role can not be change. Please, remove owner from the change list.
ZOOM_TO_FIT=Zoom to fit
ZOOM_OUT=Zoom out
ZOOM_IN=Zoom in
ZOOM_IN=Zoom in
PASSWORD_TOO_LONG=Password must be less than 40 characters.

View File

@@ -69,4 +69,5 @@ EMAIL.GREETINGS=Hola
OWNER_ROLE_CAN_NOT_BE_CHANGED=Owner role can not be change. Please, remove owner from the change list.
ZOOM_TO_FIT=Centrar
ZOOM_OUT=Alejar
ZOOM_IN=Acercar
ZOOM_IN=Acercar
PASSWORD_TOO_LONG=Password must be less than 40 characters.

View File

@@ -69,4 +69,5 @@ EMAIL.GREETINGS=Salut
OWNER_ROLE_CAN_NOT_BE_CHANGED=Le rôle du propriétaire ne peut pas être modifié. Veuillez supprimer le propriétaire de la liste des modifications.
ZOOM_TO_FIT=Zoomer pour s'adapter
ZOOM_OUT=Dézoomer
ZOOM_IN=Agrandir
ZOOM_IN=Agrandir
PASSWORD_TOO_LONG=Password must be less than 40 characters.

View File

@@ -63,4 +63,5 @@ EMAIL.GREETINGS=Hi
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.

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.