View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006170 | OXID eShop (all versions) | 1.05. Users | public | 2015-06-15 16:30 | 2015-11-24 11:55 |
| Reporter | gregor.hyneck | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.9.4 / 5.2.4 | ||||
| Fixed in Version | 4.9.7 / 5.2.7 | ||||
| Summary | 0006170: Users with IDN email not able to reset their password | ||||
| Description | In the frontend, a user can register successfully with an IDN email (internationalized domain names). But the user can not reset his password. | ||||
| Steps To Reproduce | 1.) Register in the frontend with an IDN email-adress, e.g. info@weißhaar.de 2.) Log off and try to reset your password with the reset password link 3.) you get the error message: Unfortunately we couldn't send you an e-mail. | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
|
|
To make IDN mailaddresses work, we need php function idn_to_ascii According to php documentation, idn_to_ascii should be available from php 5.3.0, but that does not seem to work in all cases. For php 5.3. we need to make sure php5-intl package is installed an enabled, this should do the trick. From PHP 5.4 on, this function is available. |