Skip to content
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 complexity check + confirm password match #37

Closed
devincowan opened this issue Mar 7, 2023 · 3 comments · Fixed by #35
Closed

password complexity check + confirm password match #37

devincowan opened this issue Mar 7, 2023 · 3 comments · Fixed by #35

Comments

@devincowan
Copy link
Collaborator

devincowan commented Mar 7, 2023

During user creation, we should check for password complexity. (min length etc 10?)
And we should have a password VERIFY (match) check

@devincowan devincowan changed the title password complexity check + confirm password complexity check + confirm password match Mar 7, 2023
@ergjustin
Copy link
Contributor

Is password complexity should be

  • length 10
  • minimum one lowercase
  • minimum one uppercase
  • minimum one special character

@devincowan
Copy link
Collaborator Author

Thanks for asking @ergjustin
I think in our meeting we decided

  • length 10
    No other requirements at this time

@devincowan devincowan linked a pull request Mar 16, 2023 that will close this issue
@devincowan
Copy link
Collaborator Author

resolved via #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants