Skip to content

Commit 52d9cf1

Browse files
Update password-rules.json for NM Lottery website (#953)
* Update password-rules.json for NM Lottery website * Fix typo, thanks lint checkers!
1 parent 404673f commit 52d9cf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quirks/password-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,9 @@
902902
"pret.com": {
903903
"password-rules": "minlength: 12; required: lower; required: digit; required: [@$!%*#?&]; allowed: upper;"
904904
},
905+
"promozoneapp.nmlottery.com": {
906+
"password-rules": "minlength: 6; maxlength: 16; required: lower; required: upper; required: digit; allowed: special;"
907+
},
905908
"propelfuels.com": {
906909
"password-rules": "minlength: 6; maxlength: 16;"
907910
},

0 commit comments

Comments
 (0)