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 | 2024-03-06 13:28 |
Reporter | d3 | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 4.0.0.0 revision 13895 | ||||
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 | ||||