Skip to content

Commit 0171613

Browse files
homsarTachibana Kanade
and
Tachibana Kanade
authored
Add password rules and password change page for Mountain Warehouse (#865)
* add mountain warehouse * fix spacing * add allowed symbols for mountain warehouse * escape backslash, add escaped quote --------- Co-authored-by: Tachibana Kanade <[email protected]>
1 parent 29da982 commit 0171613

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

quirks/change-password-URLs.json

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
"michaels.com": "https://www.michaels.com/on/demandware.store/Sites-MichaelsUS-Site/default/Account-EditProfile",
270270
"microsoft.com": "https://account.live.com/password/Change",
271271
"mlb.com": "https://www.mlb.com/account/general",
272+
"mountainwarehouse.com": "https://www.mountainwarehouse.com/account/details-link/",
272273
"msn.com": "https://account.live.com/password/change?refd=account.microsoft.com&fref=home.banner.changepwd",
273274
"music.youtube.com": "https://myaccount.google.com/signinoptions/password",
274275
"my.goabode.com": "https://my.goabode.com/#/app/account",

quirks/password-rules.json

+3
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,9 @@
731731
"mlb.com": {
732732
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
733733
},
734+
"mountainwarehouse.com": {
735+
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; allowed: [-@#$%^&*_+={}|\\:',?/`~\"();.];"
736+
},
734737
"mpv.tickets.com": {
735738
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
736739
},

0 commit comments

Comments
 (0)