Skip to content

Commit

Permalink
add blackwells (#720)
Browse files Browse the repository at this point in the history
Co-authored-by: Tachibana Kanade <h0m54r@mastodon.social>
  • Loading branch information
homsar and Tachibana Kanade authored Sep 27, 2024
1 parent f80c76c commit 007fdce
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -75,6 +75,7 @@
"bestbuy.com": "https://www.bestbuy.com/identity/accountSettings/page/password",
"biblegateway.com": "https://www.biblegateway.com/user/account/",
"birkenstock.com": "https://www.birkenstock.com/profile",
"blackwells.co.uk": "https://blackwells.co.uk/bookshop/account/personal-details",
"blend.io": "https://blend.io/settings",
"blockchain.com": "https://login.blockchain.com/en/#/security-center/advanced",
"bloomberg.com": "https://www.bloomberg.com/portal/account",
Expand Down
3 changes: 3 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
"bitly.com": {
"password-rules": "minlength: 6; required: lower; required: upper; required: digit; required: [`!@#$%^&*()+~{}'\";:<>?]];"
},
"blackwells.co.uk": {
"password-rules": "minlength: 8; maxlength: 30; allowed: upper,lower,digit;"
},
"bloomingdales.com": {
"password-rules": "minlength: 7; maxlength: 16; required: lower, upper; required: digit; required: [`!@#$%^&*()+~{}'\";:<>?]];"
},
Expand Down

0 comments on commit 007fdce

Please sign in to comment.