Skip to content

Commit 3a26817

Browse files
authored
Add a password rule for ticketweb.com (#919)
1 parent 2218a00 commit 3a26817

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
@@ -1019,6 +1019,9 @@
10191019
"thameswater.co.uk": {
10201020
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; required: special;"
10211021
},
1022+
"ticketweb.com": {
1023+
"password-rules": "minlength: 12; maxlength: 15;"
1024+
},
10221025
"tix.soundrink.com": {
10231026
"password-rules": "minlength: 6; maxlength: 16;"
10241027
},

0 commit comments

Comments
 (0)