Skip to content

Commit 441c150

Browse files
committed
Update password-plugins.md
Fixed small typo
1 parent 11bd7c2 commit 441c150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual/source/guide/password-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ file: password-plugins
33
---
44
# Password Plugins
55

6-
When users sign up and enter a password it is required to enforce some strength on them to disallow really week ones. Storing passwords in clear text is not recommended either. To address these two things SecureSocial uses the following plugins:
6+
When users sign up and enter a password it is required to enforce some strength on them to disallow really weak ones. Storing passwords in clear text is not recommended either. To address these two things SecureSocial uses the following plugins:
77

88
- `PasswordValidator`: Used when users submit the registration form to validate the password.
99

0 commit comments

Comments
 (0)