Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Password validation Client side for registration #88

Open
will-nemo opened this issue Feb 14, 2020 · 0 comments
Open

Password validation Client side for registration #88

will-nemo opened this issue Feb 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request v2

Comments

@will-nemo
Copy link
Member

will-nemo commented Feb 14, 2020

Currently we only check if a password input is empty or that the password matches the reentered password. Will also need to check that the password meets our set validation:

  • length of 8 or greater
  • contains a lowercase letter
  • contains uppercase letter
  • contains digit
  • contains special character
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants