Skip to content

Commit

Permalink
Update CVS Password Rules (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezfe authored Jan 2, 2025
1 parent 2e569fe commit add9676
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 @@ -255,7 +255,7 @@
"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: [!@#$%^&*()];"
"password-rules": "minlength: 8; maxlength: 25; required: lower, upper; required: digit; required: [!@#$%^&*()];"
},
"dailymail.co.uk": {
"password-rules": "minlength: 5; maxlength: 15;"
Expand Down

0 comments on commit add9676

Please sign in to comment.