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

Catch duplicate email addresses on user registration #38

Open
brookingcharlie opened this issue May 14, 2014 · 0 comments
Open

Catch duplicate email addresses on user registration #38

brookingcharlie opened this issue May 14, 2014 · 0 comments

Comments

@brookingcharlie
Copy link
Contributor

When a user attempts to register with an email address that's associated with an existing account, they get a bare HTTP 500 response listing a ConstraintViolationException. Email addresses in OzTrack are considered to be a unique identifier for user accounts and used, e.g., to send password reset links. Check that address is unique and, if not, return a user-friendly error message.

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

No branches or pull requests

1 participant