Skip to content

Commit

Permalink
Add password rules for milogin.michigan.gov (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
terror authored Jan 12, 2024
1 parent 7921711 commit 7e37a88
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 @@ -512,6 +512,9 @@
"microsoft.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: special;"
},
"milogin.michigan.gov": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [@#$!~&];"
},
"mintmobile.com": {
"password-rules": "minlength: 8; maxlength: 20; required: lower; required: upper; required: digit; required: special; allowed: [!#$%&()*+:;=@[^_`{}~]];"
},
Expand Down

0 comments on commit 7e37a88

Please sign in to comment.