Skip to content

Commit

Permalink
FRW-9641 Adjusted validation message (#11255)
Browse files Browse the repository at this point in the history
FRW-9641 Adjusted validation message.
  • Loading branch information
dimitriyTsemma authored Dec 19, 2024
1 parent 01e9fa1 commit d741881
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ customers:
max: 128
- Regex:
pattern: '/^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~])[A-Za-z\d!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~]+$/'
message: 'Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.'
- NotCompromisedPassword
confirmPassword:
- NotBlank
Expand Down Expand Up @@ -204,6 +205,7 @@ customer-password:
max: 128
- Regex:
pattern: '/^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~])[A-Za-z\d!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~]+$/'
message: 'Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.'
- NotCompromisedPassword
confirmPassword:
- NotBlank
Expand All @@ -230,6 +232,7 @@ customer-restore-password:
max: 128
- Regex:
pattern: '/^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~])[A-Za-z\d!@#$%^&*()\_\-\=\+\[\]\{\}\|;:<>.,\/?\\~]+$/'
message: 'Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~ Non-Latin and other special characters are not allowed.'
- NotCompromisedPassword
confirmPassword:
- NotBlank
Expand Down

0 comments on commit d741881

Please sign in to comment.