Skip to content

Commit

Permalink
Add password rules for mysavings.breadfinancial.com (#721) (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: David Kilzer <[email protected]>
  • Loading branch information
ddkilzer and David Kilzer authored Nov 27, 2023
1 parent dd4cc3e commit 2f8c15c
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 @@ -524,6 +524,9 @@
"myhealthrecord.com": {
"password-rules": "minlength: 8; maxlength: 20; allowed: lower, upper, digit, [_.!$*=];"
},
"mysavings.breadfinancial.com": {
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit; required: [+_%@!$*~];"
},
"mysedgwick.com": {
"password-rules": "minlength: 8; maxlength: 16; allowed: lower; required: upper; required: digit; required: [@#%^&+=!]; allowed: [-~_$.,;]"
},
Expand Down

0 comments on commit 2f8c15c

Please sign in to comment.