Skip to content

Commit

Permalink
fix(login): update invalid password structure message KMCNG-2458
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 27, 2022
1 parent e757026 commit 9cb68c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* **help:** fix broken link in contextual help KMCNG-2459 ([bb861e0](https://github.com/kaltura/kmc-ng/commit/bb861e0))
* **content/entry:** enable save button when selecting entry category from the categories tree selector PSVAMB-39092
* **login:** update invalid password structure message KMCNG-2458



Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"toUnblockYourAccount": " to unblock your account."
},
"userNotFound": "The username or password you entered is incorrect.",
"invalidStructure": "The password you entered has an invalid structure.\nPasswords must obey the following rules:\n- Must be of length between 8 and 14.\n- Must not contain your name.\n- Must contain at least one lowercase letter (a-z).\n- Must contain at least one digit (0-9).\n- Must contain at least one of the following symbols: %~!@#\\$^*=+?[]{}.\n- Must not contain the following characters: < or >",
"invalidStructure": "The password you entered has an invalid structure.\nPasswords must obey the following rules:\n- Must be of length between 8 and 14.\n- Must not contain your name or email.\n- Must contain at least one lowercase letter (a-z).\n- Must contain at least one digit (0-9).\n- Must contain at least one of the following symbols: !?~@#$%^*=+-()[]{}.\n- Must not contain the following characters: < or >",
"alreadyUsed": "Invalid Password. <br> This password has been used in the past. Please select a new password.",
"loginBlocked": {
"loginDenied":"Login denied. You have exceeded the number of invalid login attempts. You can contact Kaltura Support at ",
Expand Down

0 comments on commit 9cb68c0

Please sign in to comment.