Skip to content

Commit

Permalink
Add password rules for worldstrides.com (#671) (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: David Kilzer <ddkilzer@apple.com>
  • Loading branch information
ddkilzer and David Kilzer authored Nov 27, 2023
1 parent 2f8c15c commit 69b3ede
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 @@ -809,6 +809,9 @@
"wmata.com": {
"password-rules": "minlength: 8; required: lower, upper; required: digit; required: digit; required: [-!@#$%^&*~/\"()_=+\\|,.?[]];"
},
"worldstrides.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [-!#$%&*+=?@^_~];"
},
"wsj.com": {
"password-rules": "minlength: 5; maxlength: 15; required: digit; allowed: lower, upper, [-~!@#$^*_=`|(){}[:;\"'<>,.?]];"
},
Expand Down

0 comments on commit 69b3ede

Please sign in to comment.