Skip to content

Commit

Permalink
Add rules turkishairlines.com (#757)
Browse files Browse the repository at this point in the history
* Add password rules for turkishairlines.com

* Fix order rules turkishairlines.com

* Add URL change password

* Add a max-consecutive rule to turkishairlines.com rule

* Sort turkishairlines.com correctly with other sites

* Fix sorting of websites-with-shared-credential-backends.json

---------

Co-authored-by: Eryn Wells <[email protected]>
  • Loading branch information
ymzEmre and erynofwales authored Sep 27, 2024
1 parent 12aefa9 commit 71ebf55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions quirks/change-password-URLs.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
"trulia.com": "https://www.trulia.com/account/user_profile",
"tum.de": "https://campus.tum.de",
"tumblr.com": "https://www.tumblr.com/settings/account",
"turkishairlines.com": "https://www.turkishairlines.com/tr-int/miles-and-smiles/forgot-password/",
"twilio.com": "https://www.twilio.com/console/user/settings",
"twitch.tv": "https://www.twitch.tv/settings/security",
"twitter.com": "https://twitter.com/settings/password",
Expand Down
3 changes: 3 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,9 @@
"treasurer.mo.gov": {
"password-rules": "minlength: 8; maxlength: 26; required: lower; required: upper; required: digit; required: [!#$&];"
},
"turkishairlines.com": {
"password-rules": "minlength: 6; maxlength: 6; required: digit; max-consecutive: 3;"
},
"twitch.tv": {
"password-rules": "minlength: 8; maxlength: 71;"
},
Expand Down
6 changes: 6 additions & 0 deletions quirks/shared-credentials-historical.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,12 @@
"tplinkcloud.com"
]
},
{
"shared": [
"turkishairlines.com",
"thy.com"
]
},
{
"shared": [
"ubi.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 @@ -774,6 +774,10 @@
"transferwise.com",
"wise.com"
],
[
"turkishairlines.com",
"thy.com"
],
[
"tvnow.de",
"tvnow.at",
Expand Down

0 comments on commit 71ebf55

Please sign in to comment.