Skip to content

Commit 7f4ee0b

Browse files
committed
Cleanup
1 parent 826c748 commit 7f4ee0b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

etc/password_denylist.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{"password": "", "reason": "This password is empty."}
23
{"password": "1", "reason": "This password is too simple and well known."},
34
{"password": "12", "reason": "This password is too simple and well known."},
45
{"password": "123", "reason": "This password is too simple and well known."},
@@ -47,9 +48,8 @@
4748
{"password": "asdfghjkl", "reason": "This password is too simple and well known."},
4849
{"password": "asdfghjkl;", "reason": "This password is too simple and well known."},
4950
{"password": "asdfghjkl;'", "reason": "This password is too simple and well known."},
50-
{"password": "correcthorsebatterystaple",
51-
"reason": "This is a bad password because it's well known. Don't take advice from a web comic too seriously."
52-
},
51+
{"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."},
52+
{"password": "correcthorsebatterystaple", "reason": "This is a bad password because it's well known. Don't take advice from a web comic too seriously."},
5353
{"password": "password", "reason": "This password is too simple and well known."},
5454
{"password": "q", "reason": "This password is too simple and well known."},
5555
{"password": "qw", "reason": "This password is too simple and well known."},
@@ -74,5 +74,4 @@
7474
{"password": "zxcvbnm,", "reason": "This password is too simple and well known."},
7575
{"password": "zxcvbnm,.", "reason": "This password is too simple and well known."},
7676
{"password": "zxcvbnm,./", "reason": "This password is too simple and well known."},
77-
{"password": "", "reason": "This password is empty."}
7877
]

0 commit comments

Comments
 (0)