validate-password
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "validate-password", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Strengthen your user's passwords", | ||
@@ -5,0 +5,0 @@ "author": "Mike DeWitt <mdewitt07@gmail.com>", |
@@ -7,4 +7,4 @@ | ||
You can also check passwords for certain strings, preventing users from entering their name or email in the password, or | ||
check the password for commonly used passwords that you'd like your users to avoid... | ||
You can also check passwords for certain strings. This is ideal for preventing users from entering their name or email in the password. | ||
Or, you can search the password for common words, to further encourage the user to pick a strong password. | ||
@@ -11,0 +11,0 @@ ##Installation |
16896