Skip to content

Commit db2d230

Browse files
author
Daria Maslennikova
committed
Add change password URL and password rule quirks for vagaro.com, weverse.io
1 parent 06ecdb0 commit db2d230

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

quirks/change-password-URLs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@
553553
"uscis.gov": "https://myaccount.uscis.gov/users/registration/password",
554554
"usnews.com": "https://auth.usnews.com/changePassword",
555555
"usps.com": "https://reg.usps.com/entreg/secure/ChangePasswordAction_input?returnActionName",
556+
"vagaro.com": "https://www.vagaro.com/myaccount/profile",
556557
"vanguard.com": "https://security-settings.web.vanguard.com/username-password",
557558
"vccs.edu": "https://www.apply.vccs.edu/Profile/_default.aspx",
558559
"venmo.com": "https://account.venmo.com/settings/profile/change-password",
@@ -587,6 +588,7 @@
587588
"worldwinner.com": "https://www.worldwinner.com/cgi/finance/account.pl",
588589
"wsj.com": "https://customercenter.wsj.com/account#password",
589590
"wunderground.com": "https://www.wunderground.com/member/settings",
591+
"weverse.io": "https://weverse.io/more",
590592
"x.com": "https://x.com/settings/password",
591593
"xero.com": "https://identity.xero.com/account/?AccountUrl=/!xkcD/Settings/MyAccount",
592594
"xfinity.com": "https://customer.xfinity.com/users/me/update-password",

quirks/password-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,9 @@
11541154
"usps.com": {
11551155
"password-rules": "minlength: 8; maxlength: 50; max-consecutive: 2; required: lower; required: upper; required: digit; allowed: [-!\"#&'()+,./?@];"
11561156
},
1157+
"vagaro.com": {
1158+
"password-rules": "minlength: 9; required: lower; required: upper; required: digit; required: [@$!%*?&]; allowed: lower, upper, digit, [@$!%*?&];"
1159+
},
11571160
"vanguard.com": {
11581161
"password-rules": "minlength: 8; maxlength: 20; required: lower; required: upper; required: digit; required: digit; required: special;"
11591162
},

0 commit comments

Comments
 (0)