Skip to content

Commit 1182ca1

Browse files
authored
Update README.md
1 parent 21144cb commit 1182ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Instead, it validates your user's password against a few important criteria. Thi
1313

1414
The criteria currently are:
1515

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)
1919
- reject special case passwords such as the user's name, email, domain of the site/app
2020

2121
This software was inspired by [Password Rules are Bullshit](https://blog.codinghorror.com/password-rules-are-bullshit/) by Jeff Atwood.

0 commit comments

Comments
 (0)