View Issue Details

IDProjectCategoryView StatusLast Update
0006170OXID eShop (all versions)1.05. Userspublic2015-11-24 11:55
Reportergregor.hyneck 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.4 / 5.2.4 
Target VersionFixed in Version4.9.7 / 5.2.7 
Summary0006170: Users with IDN email not able to reset their password
DescriptionIn the frontend, a user can register successfully with an IDN email (internationalized domain names). But the user can not reset his password.
Steps To Reproduce1.) 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.
TagsNo tags attached.
ThemeAll
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

HR

2015-11-24 11:54

administrator   ~0011320

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.