Skip to content

Commit

Permalink
Update password-rules.json
Browse files Browse the repository at this point in the history
Updated password rules for crowdgen.com
  • Loading branch information
ogvl authored Oct 9, 2024
1 parent 5f5178f commit 4e0e61c
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 @@ -248,6 +248,9 @@
"crateandbarrel.com": {
"password-rules": "minlength: 9; maxlength: 64; required: lower; required: upper; required: digit; required: [!\"#$%&()*,.:<>?@^_{|}];"
},
"crowdgen.com": {
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; required: [!#$%&()*+=@^_];"
},
"cvs.com": {
"password-rules": "minlength: 8; maxlength: 25; required: lower, upper; required: digit; allowed: [!@#$%^&*()];"
},
Expand Down

0 comments on commit 4e0e61c

Please sign in to comment.