We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dfb53 commit 826c748Copy full SHA for 826c748
etc/password_denylist.json
@@ -63,7 +63,7 @@
63
{"password": "qwertyuiop", "reason": "This password is too simple and well known."},
64
{"password": "qwertyuiop[", "reason": "This password is too simple and well known."},
65
{"password": "qwertyuiop[]", "reason": "This password is too simple and well known."},
66
- {"password": "qwertyuiop[]\\\\", "reason": "This password is too simple and well known."},
+ {"password": "qwertyuiop[]\\", "reason": "This password is too simple and well known."},
67
{"password": "z", "reason": "This password is too simple and well known."},
68
{"password": "zx", "reason": "This password is too simple and well known."},
69
{"password": "zxc", "reason": "This password is too simple and well known."},
0 commit comments