Skip to content

Commit

Permalink
cathaypacific.com policy (#830)
Browse files Browse the repository at this point in the history
* added cathaypacific.com password policy

* add star to required characters

* fix typo

* add change as allowed and upper as required

* separate upper and digit as required

* changed order from required to lower
  • Loading branch information
TheTimewaster authored Oct 10, 2024
1 parent 222d4dc commit d33272f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
"carrefour.it": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [!#$%&*?@_];"
},
"cathaypacific.com": {
"password-rules": "minlength: 8; maxlength: 20; required: upper; required: digit; required: [!#$*^]; allowed: lower;"
},
"cb2.com": {
"password-rules": "minlength: 9; required: lower, upper; required: digit; required: [!#*_%.$];"
},
Expand Down

0 comments on commit d33272f

Please sign in to comment.