Skip to content

Commit

Permalink
Add password rules for Renaud-Bray (apple#498)
Browse files Browse the repository at this point in the history
* Add password rules for Renaud-Bray

* Fixed typo from copying over

Co-authored-by: Josh Rampersad <[email protected]>
  • Loading branch information
Xavientois and Josh Rampersad authored Jul 26, 2021
1 parent 57bda85 commit 4592f07
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 @@ -500,6 +500,9 @@
"rejsekort.dk": {
"password-rules": "minlength: 7; maxlength: 15; required: lower; required: upper; required: digit;"
},
"renaud-bray.com": {
"password-rules": "minlength: 8; maxlength: 38; allowed: upper,lower,digit;"
},
"ring.com": {
"password-rules": "minlength: 8; required: lower; required: upper; required: digit; required: [!@#$%^&*<>?];"
},
Expand Down

0 comments on commit 4592f07

Please sign in to comment.