Skip to content

Commit 3cbb150

Browse files
authored
Add candyrect.com and nekochat.cn (#877)
* Add candyrect.com and nekochat.cn password rules * Add candyrect.com and nekochat.cn change password url * Update shared-credentials.json * Update shared-credentials.json
1 parent cfcd861 commit 3cbb150

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

quirks/change-password-URLs.json

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"buzzfeed.com": "https://www.buzzfeed.com/settings/password/change",
9494
"cakeresume.com": "https://www.cakeresume.com/settings/account?ref=navs_settings",
9595
"callofduty.com": "https://profile.callofduty.com/cod/info",
96+
"candyrect.com": "https://user.candyrect.com/helpcenter/",
9697
"canva.com": "https://www.canva.com/login?redirect=%2Fsettings%2Flogin-and-security",
9798
"capitalone.com": "https://myaccounts.capitalone.com/Security/changePassword",
9899
"cargurus.com": "https://www.cargurus.com/Cars/myAccount#/accountSettings",
@@ -283,6 +284,7 @@
283284
"naver.com": "https://nid.naver.com/user2/help/myInfo.nhn?m=viewChangePasswd",
284285
"nba.com": "https://www.nba.com/account/nbaprofile",
285286
"nbcnews.com": "https://nbcuniversal.nbc.com/request-password",
287+
"nekochat.cn": "https://user.candyrect.com/helpcenter/",
286288
"netflix.com": "https://www.netflix.com/password",
287289
"netvibes.com": "https://www.netvibes.com/account/password",
288290
"news.google.com": "https://myaccount.google.com/signinoptions/password",

quirks/password-rules.json

+6
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
"callofduty.com": {
168168
"password-rules": "minlength: 8; maxlength: 20; max-consecutive: 2; required: lower, upper; required: digit;"
169169
},
170+
"candyrect.com": {
171+
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
172+
},
170173
"capitalone.com": {
171174
"password-rules": "minlength: 8; maxlength: 32; required: lower, upper; required: digit; allowed: [-_./\\@$*&!#];"
172175
},
@@ -767,6 +770,9 @@
767770
"naver.com": {
768771
"password-rules": "minlength: 6; maxlength: 16;"
769772
},
773+
"nekochat.cn": {
774+
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit;"
775+
},
770776
"nelnet.net": {
771777
"password-rules": "minlength: 8; maxlength: 15; required: lower; required: upper; required: digit, [!@#$&*];"
772778
},

quirks/shared-credentials.json

+6
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@
136136
"videogamegeek.com"
137137
]
138138
},
139+
{
140+
"shared": [
141+
"candyrect.com",
142+
"nekochat.cn"
143+
]
144+
},
139145
{
140146
"shared": [
141147
"centralfcu.org",

0 commit comments

Comments
 (0)