HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
68 stars 55 forks source link

Updated the Regex method. Issue #421 Fixed #422

Closed ArielBlanco1990 closed 1 year ago

ArielBlanco1990 commented 1 year ago

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

ArielBlanco1990 commented 1 year ago

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

RegexDNN

ArielBlanco1990 commented 1 year ago

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