Skip to content

Commit 007fdce

Browse files
homsarTachibana Kanade
andauthored
add blackwells (#720)
Co-authored-by: Tachibana Kanade <[email protected]>
1 parent f80c76c commit 007fdce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

quirks/change-password-URLs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"bestbuy.com": "https://www.bestbuy.com/identity/accountSettings/page/password",
7676
"biblegateway.com": "https://www.biblegateway.com/user/account/",
7777
"birkenstock.com": "https://www.birkenstock.com/profile",
78+
"blackwells.co.uk": "https://blackwells.co.uk/bookshop/account/personal-details",
7879
"blend.io": "https://blend.io/settings",
7980
"blockchain.com": "https://login.blockchain.com/en/#/security-center/advanced",
8081
"bloomberg.com": "https://www.bloomberg.com/portal/account",

quirks/password-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@
137137
"bitly.com": {
138138
"password-rules": "minlength: 6; required: lower; required: upper; required: digit; required: [`!@#$%^&*()+~{}'\";:<>?]];"
139139
},
140+
"blackwells.co.uk": {
141+
"password-rules": "minlength: 8; maxlength: 30; allowed: upper,lower,digit;"
142+
},
140143
"bloomingdales.com": {
141144
"password-rules": "minlength: 7; maxlength: 16; required: lower, upper; required: digit; required: [`!@#$%^&*()+~{}'\";:<>?]];"
142145
},

0 commit comments

Comments
 (0)