Skip to content

Commit

Permalink
Adding password rule for wegmans.com (apple#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Felton <[email protected]>
  • Loading branch information
n8felton and nlfdss authored Oct 14, 2021
1 parent 395a9b2 commit a5bb4ee
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 @@ -689,6 +689,9 @@
"web.de": {
"password-rules": "minlength: 8; maxlength: 40; allowed: lower, upper, digit, [-<=>~!|()@#{}$%,.?^'&*_+`:;\"[]];"
},
"wegmans.com": {
"password-rules": "minlength: 8; required: digit; required: upper,lower; required: [!#$%&*+=?@^];"
},
"weibo.com": {
"password-rules": "minlength: 6; maxlength: 16;"
},
Expand Down

0 comments on commit a5bb4ee

Please sign in to comment.