Skip to content

Commit

Permalink
Added app.digiboxx.com in password-rules (#748)
Browse files Browse the repository at this point in the history
* Added app.digiboxx.com in password-rules

* Update password-rules.json

---------

Co-authored-by: Daria Maslennikova <35962122+dmmaslenn@users.noreply.github.com>
  • Loading branch information
amalgopal2015 and dmmaslenn authored Sep 27, 2024
1 parent 007fdce commit ae8e4ae
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 @@ -65,6 +65,9 @@
"anthem.com": {
"password-rules": "minlength: 8; maxlength: 20; max-consecutive: 3; required: lower, upper; required: digit; allowed: [!$*?@|];"
},
"app.digiboxx.com": {
"password-rules": "minlength: 8; maxlength: 14; required: lower; required: upper; required: digit; required: [@$!%*?&];"
},
"app.digio.in": {
"password-rules": "minlength: 8; maxlength: 15;"
},
Expand Down

0 comments on commit ae8e4ae

Please sign in to comment.