View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004884 | OXID eShop (all versions) | 1.05. Users | public | 2013-02-01 09:26 | 2013-02-01 09:35 |
| Reporter | [email protected] | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Platform | doesn't matter | OS | doesn't matter | ||
| Product Version | 4.6.0 revision 44406 | ||||
| Summary | 0004884: oxUtils::isValidEmail($email) not conform with RFC 2822 | ||||
| Description | Some characters which are allowed in valid e-mail Adresses are not allowed by the implementation of oxUtils::isValidEmail($email). Allowed Characters would be: A-Za-z0-9.!#$%&'*+-/=?^_`{|}~ Characters that are in fact allowed by Oxid esales are: [A-Za-z0-9_\-\.] | ||||
| Steps To Reproduce | try to register with an e-mail address that contains a "+" character | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| duplicate of | 0003755 | resolved | saulius.stasiukaitis | Wrong valdiation for email-adresses with an ampersand or other special chars |
| related to | 0005713 | resolved | saulius.stasiukaitis | New TLDs are not accepted by oxinputvalidator |