Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Mar 6, 2021
1 parent 826c748 commit 7f4ee0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions etc/password_denylist.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"password": "", "reason": "This password is empty."}
{"password": "1", "reason": "This password is too simple and well known."},
{"password": "12", "reason": "This password is too simple and well known."},
{"password": "123", "reason": "This password is too simple and well known."},
Expand Down Expand Up @@ -47,9 +48,8 @@
{"password": "asdfghjkl", "reason": "This password is too simple and well known."},
{"password": "asdfghjkl;", "reason": "This password is too simple and well known."},
{"password": "asdfghjkl;'", "reason": "This password is too simple and well known."},
{"password": "correcthorsebatterystaple",
"reason": "This is a bad password because it's well known. Don't take advice from a web comic too seriously."
},
{"password": "correct horse battery staple", "reason": "This is a bad password because it's well known. Don't take advice from a web comic too seriously."},
{"password": "correcthorsebatterystaple", "reason": "This is a bad password because it's well known. Don't take advice from a web comic too seriously."},
{"password": "password", "reason": "This password is too simple and well known."},
{"password": "q", "reason": "This password is too simple and well known."},
{"password": "qw", "reason": "This password is too simple and well known."},
Expand All @@ -74,5 +74,4 @@
{"password": "zxcvbnm,", "reason": "This password is too simple and well known."},
{"password": "zxcvbnm,.", "reason": "This password is too simple and well known."},
{"password": "zxcvbnm,./", "reason": "This password is too simple and well known."},
{"password": "", "reason": "This password is empty."}
]

0 comments on commit 7f4ee0b

Please sign in to comment.