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

Updated the Regex method. Issue #421 Fixed #422

Conversation

ArielBlanco1990
Copy link
Contributor

Updated the Regex method that validates the email address when performing the Checkout, allowing the address to contain the underscore character in the address. Only allowed in the part of the email before the @Domain... The Regex method that DNN uses when validating the email record allows this character. #421

Updated the Regex method that validates the email address when performing the Checkout, allowing the address to contain the underscore character in the address. Only allowed in the part of the email before the @Domain... The Regex method that DNN uses when validating the email record allows this character.
@ArielBlanco1990
Copy link
Contributor Author

Regex method for mail validation used by DNN when doing a user registration

RegexDNN

@ArielBlanco1990
Copy link
Contributor Author

I have recreated the moment of creating a payment before and after this update using the email referenced in the Issue #421. The results are shown below.

Before:
Error

Later:
Ok

Copy link
Member

@WillStrohl WillStrohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@WillStrohl WillStrohl merged commit 7fae564 into HotcakesCommerce:development Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants