Skip to content

Commit

Permalink
Add mypay.dfas.mil (#754)
Browse files Browse the repository at this point in the history
* Add mypay.dfas.mil

* Adjust rules

Issues identified at https://developer.apple.com/password-rules/

* Remove the 'allowed' stipulation from the password rule

All characters in the 'required' list are 'allowed'.

---------

Co-authored-by: Eryn Wells <eryn@erynwells.me>
  • Loading branch information
GeoJunkie and erynofwales authored Sep 27, 2024
1 parent f0bd963 commit 4dbb424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions quirks/change-password-URLs.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
"myaccount.ea.com": "https://myaccount.ea.com/cp-ui/security/index",
"myaccount.google.com": "https://myaccount.google.com/signinoptions/password",
"myfreecams.com": "https://www.myfreecams.com/php/account.php?request=status&vcc=1674246522#change_password",
"mypay.dfas.mil": "https://mypay.dfas.mil/#/settings/password",
"myshopify.com": "https://accounts.shopify.com/accounts/186490458/security",
"naver.com": "https://nid.naver.com/user2/help/myInfo.nhn?m=viewChangePasswd",
"nba.com": "https://www.nba.com/account/nbaprofile",
Expand Down
3 changes: 3 additions & 0 deletions quirks/password-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,9 @@
"myhealthrecord.com": {
"password-rules": "minlength: 8; maxlength: 20; allowed: lower, upper, digit, [_.!$*=];"
},
"mypay.dfas.mil": {
"password-rules": "minlength: 9; maxlength: 30; required: lower; required: upper; required: digit; required: [#@$%^!*+=_];"
},
"mysavings.breadfinancial.com": {
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit; required: [+_%@!$*~];"
},
Expand Down

0 comments on commit 4dbb424

Please sign in to comment.