Skip to content
Permalink
Browse files
Added password-rules (#195)
* Added password-rules
  • Loading branch information
akshat-max committed Jun 12, 2020
1 parent a4ee6e9 commit 10e3fca950c11781c77e145bbfab52d0a3868b44
Showing 1 changed file with 3 additions and 0 deletions.
@@ -77,6 +77,9 @@
"consorsfinanz.de": {
"password-rules": "minlength: 6; maxlength: 15; allowed: lower, upper, digit, [-.];"
},
"coursera.com": {
"password-rules": "minlength: 8; maxlength: 72;"
},
"crateandbarrel.com": {
"password-rules": "minlength: 7; maxlength: 18; required: lower, upper; required: digit;"
},

0 comments on commit 10e3fca

Please sign in to comment.