Skip to content

Commit

Permalink
add password rules quirk for kiehls.com (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoudong-Zhu authored Sep 27, 2024
1 parent 21fcd87 commit f80c76c
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 @@ -614,6 +614,9 @@
"kfc.ca": {
"password-rules": "minlength: 6; maxlength: 15; required: lower; required: upper; required: digit; required: [!@#$%&?*];"
},
"kiehls.com": {
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit; required: [!#$%&?@];"
},
"klm.com": {
"password-rules": "minlength: 8; maxlength: 12;"
},
Expand Down

0 comments on commit f80c76c

Please sign in to comment.