Skip to content

Commit

Permalink
Attempt to make our automations green again
Browse files Browse the repository at this point in the history
  • Loading branch information
rmondello committed Feb 26, 2024
1 parent 967831e commit 07d0a89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"eddservices.edd.ca.gov": {
"password-rules": "minlength: 8; maxlength: 12; required: lower; required: upper; required: digit; required: [!@#$%^&*()];"
},
"edistrict.kerala.gov.in": {
"edistrict.kerala.gov.in": {
"password-rules": "minlength: 5; maxlength: 15; required: lower; required: upper; required: digit; required: [!@#$];"
},
"empower-retirement.com": {
Expand Down
6 changes: 3 additions & 3 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@
]
},
{
"shared":[
"shared": [
"quicken.com",
"simplifimoney.com"
]
},
{
"shared":[
"shared": [
"redis.com",
"redislabs.com"
]
Expand All @@ -381,7 +381,7 @@
]
},
{
"shared":[
"shared": [
"taxhawk.com",
"freetaxusa.com",
"express1040.com"
Expand Down
4 changes: 4 additions & 0 deletions quirks/websites-with-shared-credential-backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@
"scholarshare529.com",
"secureaccountview.com"
],
[
"scottscheapflights.com",
"going.com"
],
[
"scoutingevent.com",
"campreservation.com"
Expand Down

0 comments on commit 07d0a89

Please sign in to comment.