View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006524 | Flow theme | Theme | public | 2016-10-14 10:50 | 2016-12-12 13:21 |
| Reporter | preethi | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 2.1.0 | ||||
| Summary | 0006524: New TLDs like ".productions", ".digital" are not accepted in Flow Theme | ||||
| Description | The 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 Reproduce | 1. 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 Information | List of TLDs: http://data.iana.org/TLD/tlds-alpha-by-domain.txt | ||||
| Tags | Solution Provided | ||||