View Issue Details

IDProjectCategoryView StatusLast Update
0006524Flow themeThemepublic2016-12-12 13:21
Reporterpreethi Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version2.1.0 
Summary0006524: New TLDs like ".productions", ".digital" are not accepted in Flow Theme
DescriptionThe js verification in the flow theme is as follows:

build/vendor/jquery-bootstrap-validation/js/jqBootstrapValidation.js
validemail: {
    name: "Validemail",
    type: "regex",
    regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\.[A-Za-z]{2,4}",
    message: oFlow.i18n.DD_FORM_VALIDATION_VALIDEMAIL
}


As seen above, the domains should be alphabets and must be 2-4 chars in length.
Steps To Reproduce1. Open the Registration page in Flow theme.
2. Enter Email address as [email protected].

The shop throws the error : "Please enter a valid email address."
Additional InformationList of TLDs: http://data.iana.org/TLD/tlds-alpha-by-domain.txt
TagsSolution Provided

Activities