Skip to content

Commit

Permalink
Add quirk for clarksoneyecare.com (#769)
Browse files Browse the repository at this point in the history
* Add rules for clarksoneyecare.com

* Fixed lower case characters to be allowed instead of required

In the password requirements for this website it is not explicitly stated that lower case characters are required, but they are allowed.

---------

Co-authored-by: Daria Maslennikova <[email protected]>
  • Loading branch information
vcsjones and dmmaslenn authored Sep 27, 2024
1 parent 959a815 commit f0bd963
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 @@ -188,6 +188,9 @@
"claimlookup.com": {
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; required: [@#$%^&+=!];"
},
"clarksoneyecare.com": {
"password-rules": "minlength: 9; allowed: lower; required: upper; required: digit; required: [~!@#$%^&*()_+{}|;,.<>?[]];"
},
"claro.com.br": {
"password-rules": "minlength: 8; required: lower; allowed: upper, digit, [-!@#$%&*_+=<>];"
},
Expand Down

0 comments on commit f0bd963

Please sign in to comment.