Skip to content

Commit 826c748

Browse files
committed
Remove unnecessary escape
1 parent 88dfb53 commit 826c748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/password_denylist.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{"password": "qwertyuiop", "reason": "This password is too simple and well known."},
6464
{"password": "qwertyuiop[", "reason": "This password is too simple and well known."},
6565
{"password": "qwertyuiop[]", "reason": "This password is too simple and well known."},
66-
{"password": "qwertyuiop[]\\\\", "reason": "This password is too simple and well known."},
66+
{"password": "qwertyuiop[]\\", "reason": "This password is too simple and well known."},
6767
{"password": "z", "reason": "This password is too simple and well known."},
6868
{"password": "zx", "reason": "This password is too simple and well known."},
6969
{"password": "zxc", "reason": "This password is too simple and well known."},

0 commit comments

Comments
 (0)