We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user registration is validating the email address of new users in two places, which will cause two validation messages on the summary view:
RegisterViewModel
IValidatableObject
RegistrationController
Enable user registration and leave the email field empty.
The text was updated successfully, but these errors were encountered:
Removes duplicated email validation in user registration.
696196a
Fixes OrchardCMS#11765
This isn't fixed!
Sorry, something went wrong.
Removes duplicated email validation in user registration. (#11766)
768b0e0
Fixes #11765 Co-authored-by: Georg von Kries <georg.von.kries@creativbox.net>
Successfully merging a pull request may close this issue.
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:
RegisterViewModel
class which is anIValidatableObject
RegistrationController
with the addition of checking for duplicated email addresses.To Reproduce
Enable user registration and leave the email field empty.
The text was updated successfully, but these errors were encountered: