View Issue Details

IDProjectCategoryView StatusLast Update
0006352OXID eShop (all versions)1.05. Userspublic2024-03-06 13:28
Reporterd3 Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version4.0.0.0 revision 13895 
Summary0006352: Validation Registration E-Mail is inconsistent
DescriptionoxMailValidator::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 Informationfor example:
the shop reconize this e-Mail as valid:
[email protected]
TagsEmail, PHP, Solution Provided, User Creation, Validation
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0006386 closedSven Brunk regex for "new" TLDs are broken again 
has duplicate 0006339 resolvedSven Brunk Trying to register with a TLD ".digital" fails with EM "Please enter a valid e-mail address" 

Activities

There are no notes attached to this issue.