Skip to content

Commit

Permalink
Update password-rules.json (#829)
Browse files Browse the repository at this point in the history
Updated rules for lufthansagroup.careers
  • Loading branch information
voldemortsnose authored Oct 8, 2024
1 parent 27c750a commit 5f5178f
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 @@ -677,6 +677,9 @@
"lufthansa.com": {
"password-rules": "minlength: 8; maxlength: 32; required: lower; required: upper; required: digit; required: [!#$%&()*+,./:;<>?@\"_];"
},
"lufthansagroup.careers": {
"password-rules": "minlength: 12; required: lower; required: upper; required: digit; required: [!#$%&*?@];"
},
"macys.com": {
"password-rules": "minlength: 7; maxlength: 16; allowed: lower, upper, digit, [~!@#$%^&*+`(){}[:;\"'<>?]];"
},
Expand Down

0 comments on commit 5f5178f

Please sign in to comment.