Skip to content

Commit

Permalink
Add password rule for Boston Public Library Bibliocommons PIN (#660)
Browse files Browse the repository at this point in the history
* Add BPL Bibliocommons

* Fix alphabetization
  • Loading branch information
adinklotz authored Sep 27, 2024
1 parent 1af1114 commit 7038dc1
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 @@ -155,6 +155,9 @@
"box.com": {
"password-rules": "minlength: 6; maxlength: 20; required: lower; required: upper; required: digit; required: digit;"
},
"bpl.bibliocommons.com": {
"password-rules": "minlength: 4; maxlength: 4; required: digit;"
},
"brighthorizons.com": {
"password-rules": "minlength: 8; maxlength: 16;"
},
Expand Down

0 comments on commit 7038dc1

Please sign in to comment.