diff --git a/src/portal/src/app/account/password-setting/password-setting.component.html b/src/portal/src/app/account/password-setting/password-setting.component.html index 3cbd04460..050dde885 100644 --- a/src/portal/src/app/account/password-setting/password-setting.component.html +++ b/src/portal/src/app/account/password-setting/password-setting.component.html @@ -13,7 +13,7 @@ - {{'CHANGE_PWD.PASS_TIPS' | translate}} @@ -22,7 +22,7 @@ - @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/src/portal/src/app/account/password-setting/reset-password/reset-password.component.html b/src/portal/src/app/account/password-setting/reset-password/reset-password.component.html index 5471f1235..5ad506b80 100644 --- a/src/portal/src/app/account/password-setting/reset-password/reset-password.component.html +++ b/src/portal/src/app/account/password-setting/reset-password/reset-password.component.html @@ -10,7 +10,7 @@ - {{'CHANGE_PWD.PASS_TIPS' | translate}} @@ -50,7 +50,7 @@ - @@ -66,4 +66,4 @@ - \ No newline at end of file + diff --git a/src/portal/src/app/user/change-password/change-password.component.html b/src/portal/src/app/user/change-password/change-password.component.html index 0a655f68d..5c8d68c2f 100644 --- a/src/portal/src/app/user/change-password/change-password.component.html +++ b/src/portal/src/app/user/change-password/change-password.component.html @@ -5,7 +5,7 @@
- @@ -14,7 +14,7 @@ - @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 5506f1ebc..403b788d2 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -143,7 +143,7 @@ "NEW_PWD": "New Password", "CONFIRM_PWD": "Confirm Password", "SAVE_SUCCESS": "User password changed successfully.", - "PASS_TIPS": "8-20 characters long with 1 uppercase, 1 lowercase and 1 number" + "PASS_TIPS": "8-128 characters long with 1 uppercase, 1 lowercase and 1 number" }, "ACCOUNT_SETTINGS": { "PROFILE": "User Profile", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index 1244e4d91..8d5b2ae25 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -143,7 +143,7 @@ "NEW_PWD": "Nueva contraseña", "CONFIRM_PWD": "Confirmar contraseña", "SAVE_SUCCESS": "Contraseña de usuario guardada satisfactoriamente.", - "PASS_TIPS": "8-20 caracteres con 1 letra mayúscula, 1 minúscula y 1 número" + "PASS_TIPS": "8-128 caracteres con 1 letra mayúscula, 1 minúscula y 1 número" }, "ACCOUNT_SETTINGS": { "PROFILE": "Perfil de usuario", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index c426f911b..9ec2ce8cf 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -138,7 +138,7 @@ "NEW_PWD": "Nouveau Mot de Passe", "CONFIRM_PWD": "Confirmer le Mot de Passe", "SAVE_SUCCESS": "Mot de passe utilisateur modifié avec succès.", - "PASS_TIPS": "8-20 caractères long avec 1 majuscule, 1 minuscule et 1 chiffre" + "PASS_TIPS": "8-128 caractères long avec 1 majuscule, 1 minuscule et 1 chiffre" }, "ACCOUNT_SETTINGS": { "PROFILE": "Profil Utilisateur", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index ffb712303..8ebe6e900 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -141,7 +141,7 @@ "NEW_PWD": "Nova senha", "CONFIRM_PWD": "Confirmar senha", "SAVE_SUCCESS": "Senha do usuário alterada com sucesso.", - "PASS_TIPS": "8-20 caracteres com 1 maiuscula, 1 minuscula e 1 número" + "PASS_TIPS": "8-128 caracteres com 1 maiuscula, 1 minuscula e 1 número" }, "ACCOUNT_SETTINGS": { "PROFILE": "Perfil do usuário", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index ef18da169..967c8ebc0 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -142,7 +142,7 @@ "NEW_PWD": "新密码", "CONFIRM_PWD": "确认密码", "SAVE_SUCCESS": "成功更改用户密码。", - "PASS_TIPS": "8到20个字符且需包含至少一个大写字符、小写字符或者数字" + "PASS_TIPS": "8到128个字符且需包含至少一个大写字符、小写字符或者数字" }, "ACCOUNT_SETTINGS": { "PROFILE": "用户设置",