Skip to content

Commit

Permalink
Add password rule for linearity.com (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzsternemann authored Dec 17, 2023
1 parent 6209d82 commit 8fea536
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 @@ -461,6 +461,9 @@
"lg.com": {
"password-rules": "minlength: 8; maxlength: 16; required: lower; required: upper; required: digit; allowed: [-!#$%&'()*+,.:;=?@[^_{|}~]];"
},
"linearity.io": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: special;"
},
"live.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; allowed: [-@_#!&$`%*+()./,;~:{}|?>=<^'[]];"
},
Expand Down

0 comments on commit 8fea536

Please sign in to comment.