bootcamp
bootcamp copied to clipboard
Password Strength
Validations should be added for a user's password during registration.
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
@codewitgabi
@Hk669??