Skip to content

Commit

Permalink
Add password rules and password change page for Mountain Warehouse (#865
Browse files Browse the repository at this point in the history
)

* add mountain warehouse

* fix spacing

* add allowed symbols for mountain warehouse

* escape backslash, add escaped quote

---------

Co-authored-by: Tachibana Kanade <[email protected]>
  • Loading branch information
homsar and Tachibana Kanade authored Jan 27, 2025
1 parent 29da982 commit 0171613
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 @@ -269,6 +269,7 @@
"michaels.com": "https://www.michaels.com/on/demandware.store/Sites-MichaelsUS-Site/default/Account-EditProfile",
"microsoft.com": "https://account.live.com/password/Change",
"mlb.com": "https://www.mlb.com/account/general",
"mountainwarehouse.com": "https://www.mountainwarehouse.com/account/details-link/",
"msn.com": "https://account.live.com/password/change?refd=account.microsoft.com&fref=home.banner.changepwd",
"music.youtube.com": "https://myaccount.google.com/signinoptions/password",
"my.goabode.com": "https://my.goabode.com/#/app/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 @@ -731,6 +731,9 @@
"mlb.com": {
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
},
"mountainwarehouse.com": {
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; allowed: [-@#$%^&*_+={}|\\:',?/`~\"();.];"
},
"mpv.tickets.com": {
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
},
Expand Down

0 comments on commit 0171613

Please sign in to comment.