Skip to content

Commit 7db264c

Browse files
Id dot nfpa dot org (#950)
* Update password-rules.json for id.nfpa.org * Update password-rules.json move caret so it doesn't need to be escaped * Adding a missing - Somehow this got lost in the shuffle
1 parent 22e5f36 commit 7db264c

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
@@ -620,6 +620,9 @@
620620
"ichunqiu.com": {
621621
"password-rules": "minlength: 8; maxlength: 20; required: lower; required: upper; required: digit;"
622622
},
623+
"id.nfpa.org": {
624+
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; required: [-\"^#$%&'()*+:=@[_|{}~]];"
625+
},
623626
"id.sonyentertainmentnetwork.com": {
624627
"password-rules": "minlength: 8; maxlength: 30; required: lower, upper; required: digit; allowed: [-!@#^&*=+;:];"
625628
},

0 commit comments

Comments
 (0)