Skip to content

Commit

Permalink
Add password rule and related domain for alelo.com.br (apple#652)
Browse files Browse the repository at this point in the history
* Add password rule for alelo.com.br

* Add related domain for alelo.com.br

* Move alelo.com.br key to the correct position

---------

Co-authored-by: Ricky Mondello <[email protected]>
  • Loading branch information
exh-Auster and rmondello committed Nov 6, 2024
1 parent 1e4e134 commit 3f32a1c
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -38,6 +38,9 @@
"ajisushionline.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; allowed: [ !#$%&*?@];"
},
"alelo.com.br": {
"password-rules": "minlength: 6; maxlength: 10; required: lower; required: upper; required: digit;"
},
"aliexpress.com": {
"password-rules": "minlength: 6; maxlength: 20; allowed: lower, upper, digit;"
},
Expand Down
6 changes: 6 additions & 0 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
"vons.com"
]
},
{
"shared": [
"alelo.com.br",
"meualelo.com.br"
]
},
{
"shared": [
"ana.co.jp",
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 @@ -93,6 +93,10 @@
"tomthumb.com",
"vons.com"
],
[
"alelo.com.br",
"meualelo.com.br"
],
[
"alibaba.com",
"aliexpress.com"
Expand Down

0 comments on commit 3f32a1c

Please sign in to comment.