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

Duplicated validation messages when registering as new user #11765

Closed
gvkries opened this issue May 25, 2022 · 1 comment · Fixed by #11766
Closed

Duplicated validation messages when registering as new user #11765

gvkries opened this issue May 25, 2022 · 1 comment · Fixed by #11766
Milestone

Comments

@gvkries
Copy link
Contributor

gvkries commented May 25, 2022

Describe the bug

The user registration is validating the email address of new users in two places, which will cause two validation messages on the summary view:

  1. In the RegisterViewModel class which is an IValidatableObject
  2. In the RegistrationController with the addition of checking for duplicated email addresses.

To Reproduce

Enable user registration and leave the email field empty.

@gvkries
Copy link
Contributor Author

gvkries commented May 25, 2022

This isn't fixed!

@Skrypt Skrypt reopened this May 25, 2022
sebastienros pushed a commit that referenced this issue May 26, 2022
Fixes #11765

Co-authored-by: Georg von Kries <georg.von.kries@creativbox.net>
@sebastienros sebastienros added this to the 1.4 milestone May 26, 2022
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

Successfully merging a pull request may close this issue.

3 participants