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

RegistrationForm validation #276

Open
richardolsson opened this issue Sep 30, 2020 · 0 comments
Open

RegistrationForm validation #276

richardolsson opened this issue Sep 30, 2020 · 0 comments

Comments

@richardolsson
Copy link
Member

Recent PR #275 introduces validation for the phone field in the registration form, but none of the other fields are validated. This could lead to a user assuming that a field is correct even though it's not, because they've learned from the phone field that incorrect fields will be identified by the UI. We should add validation to all other fields, as such:

  • First Name must be anything but empty string
  • Last Name must be anything but empty string
  • E-mail must be valid e-mail
  • Password must be at least six characters long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant