Skip to content

Commit

Permalink
Update password-rules.json (#864)
Browse files Browse the repository at this point in the history
add truist.com passowrd quirk rule
  • Loading branch information
exiva authored Jan 5, 2025
1 parent 28bab6d commit b42863f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,9 @@
"treasurer.mo.gov": {
"password-rules": "minlength: 8; maxlength: 26; required: lower; required: upper; required: digit; required: [!#$&];"
},
"truist.com": {
"password-rules": "minlength: 8; maxlength: 28; max-consecutive: 2; required: lower; required: upper; required: digit; required: [!#$%()*,:;=@_];"
},
"turkishairlines.com": {
"password-rules": "minlength: 6; maxlength: 6; required: digit; max-consecutive: 3;"
},
Expand Down

0 comments on commit b42863f

Please sign in to comment.