-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password Strength #249
Comments
hey @codewitgabi could you provide me more details in this issue, I want to work on this issue. |
At the moment, you can just put in any length of password and you'd be signed up. Add validations like length, character tpe, symbol etc. |
so, have to change the user model? include the password and add the validators as mentioned? sounds right? |
Yeah. Exactly |
@Hk669?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validations should be added for a user's password during registration.
The text was updated successfully, but these errors were encountered: