View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004706 | OXID eShop (all versions) | 4.06. Language and translations | public | 2012-11-14 10:25 | 2012-11-15 13:52 |
Reporter | d3 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.6.6 revision 54646 | ||||
Summary | 0004706: wrong error message at forgot password method / wrong language mapping | ||||
Description | in /application/controllers/forgotpwd.php Line 87 - 89: // problems sending passwd reminder ? if ( !$sEmail || !$oEmail->sendForgotPwdEmail( $sEmail ) ) { oxRegistry::get("oxUtilsView")->addErrorToDisplay('FORGOTPWD_ERRUNABLETOSEND', false, true); .... expectation: you don't know why, but e-mail couldn't be send. reality: in /application/views/azure/de/map.php you have this mapping: 'FORGOTPWD_ERRUNABLETOSEND' => 'ERROR_MESSAGE_PASSWORD_EMAIL_INVALID', in german: /application/translations/de/lang.php 'ERROR_MESSAGE_PASSWORD_EMAIL_INVALID' => "Die eingegebene E-Mail-Adresse ist ungültig. Bitte geben Sie eine gültige E-Mail-Adresse ein.", and in english: 'ERROR_MESSAGE_PASSWORD_EMAIL_INVALID' => "The e-mail address you have entered is invalid. Please enter a valid e-mail address.", better would be: in /application/views/azure/de/lang.php 'FORGOTPWD_ERRUNABLETOSEND' => 'E-Mail konnte nicht versendet werden, bitte...', in /application/views/azure/en/lang.php: 'FORGOTPWD_ERRUNABLETOSEND' => 'E-Mail couldn\'t send, please...', | ||||
Steps To Reproduce | Install on localhost a eShop. Don't use any mailserver on you shop (and server...). click on password forgotten link enter valid e-mail addres you got a wrong text | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0004341 | resolved | aurimas.gladutis | Always shows incorrect email message when requesting to remind password, when server misconfigured. |