Skip to content

Commit c049797

Browse files
authored
Add a password rules quirk for gocurb.com (apple#724)
1 parent 69b3ede commit c049797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quirks/password-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@
332332
"gmx.net": {
333333
"password-rules": "minlength: 8; maxlength: 40; allowed: lower, upper, digit, [-<=>~!|()@#{}$%,.?^'&*_+`:;\"[]];"
334334
},
335+
"gocurb.com": {
336+
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [$%&#*?!@^];"
337+
},
335338
"google.com": {
336339
"password-rules": "minlength: 8; allowed: lower, upper, digit, [-!\"#$%&'()*+,./:;<=>?@[^_{|}~]];"
337340
},

0 commit comments

Comments
 (0)