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

Make Registration errors consistent #560

Open
kmeht opened this issue Jan 21, 2017 · 0 comments
Open

Make Registration errors consistent #560

kmeht opened this issue Jan 21, 2017 · 0 comments
Assignees

Comments

@kmeht
Copy link
Member

kmeht commented Jan 21, 2017

In RegistrationView, for blank fields, we have at least three different error messages:

  • This field is required.
  • This field may not be blank.
  • This field may not be null.

To the user, these should be a consistent message. That third one especially shouldn't be there since user's don't know what null is.

To repro: go to registration and click "Register" with just a blank form.

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

2 participants