File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Instead, it validates your user's password against a few important criteria. Thi
13
13
14
14
The criteria currently are:
15
15
16
- - minimum (and maximum) length. 10 characters is the recommended minimum and is the default value
17
- - common passwords from a dictionary of the 100,000 most common passwords (or your own dictionary)
18
- - basic entropy (not too many of the same character)
16
+ - enforce minimum (and maximum) length. 10 characters is the recommended minimum and is the default value
17
+ - reject common passwords from a dictionary of the 100,000 most common passwords (or your own dictionary)
18
+ - requires basic entropy (not too many of the same character)
19
19
- reject special case passwords such as the user's name, email, domain of the site/app
20
20
21
21
This software was inspired by [ Password Rules are Bullshit] ( https://blog.codinghorror.com/password-rules-are-bullshit/ ) by Jeff Atwood.
You can’t perform that action at this time.
0 commit comments