View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006352 | OXID eShop (all versions) | 1.05. Users | public | 2016-03-16 14:11 | 2016-06-08 11:17 |
Reporter | d3 | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.0.0.0 revision 13895 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006352: Validation Registration E-Mail is inconsistent | ||||
Description | oxMailValidator::isValidEmail is using a preg_match with an inconsistence regex "eMailRule". Better use php standard email validation: filter_var($email_a, FILTER_VALIDATE_EMAIL) http://php.net/manual/de/filter.examples.validation.php | ||||
Additional Information | for example: the shop reconize this e-Mail as valid: [email protected] | ||||
Tags | Email, PHP, Solution Provided, User Creation, Validation | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0006386 | acknowledged | florian.auer | regex for "new" TLDs are broken again |
related to | 0006339 | acknowledged | florian.auer | Trying to register with a TLD ".digital" fails with EM "Please enter a valid e-mail address" |