Skip to content

Commit

Permalink
Update hotels.com rules (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmondello authored Dec 20, 2023
1 parent 8fea536 commit 5d18499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit; required: special;"
},
"hotels.com": {
"password-rules": "minlength: 6; maxlength: 20; required: digit; allowed: lower, upper, [@$!#()&^*%];"
"password-rules": "minlength: 6; maxlength: 20; required: digit; required: [-~#@$%&!*_?^]; allowed: lower, upper;"
},
"hotwire.com": {
"password-rules": "minlength: 6; maxlength: 30; allowed: lower, upper, digit, [-~!@#$%^&*_+=`|(){}[:;\"'<>,.?]];"
Expand Down

0 comments on commit 5d18499

Please sign in to comment.