View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006364 | OXID eShop (all versions) | 1.05. Users | public | 2016-04-05 16:10 | 2016-04-06 09:08 |
| Reporter | matths | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.9.7 / 5.2.7 | ||||
| Summary | 0006364: Change Password Error messages hickup | ||||
| Description | I just stumbled over this code in the changePassword() method in shop/application/controllers/account_password.php New/Confirmation Password is checked using $oInputValidator->checkPassword, which returns an Exception with a already translated message. This message is then compared to the language variables instead. I would say, that's not the intention that one wanted from this code. It's not critical as at least validation works and reports false/bad passwords, but not with the right message, I would say. | ||||
| Steps To Reproduce | Sorry, I just read the code. Do not have the time to look into the actual frontend right now. | ||||
| Tags | No tags attached. | ||||
| Theme | Not defined | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
|
|
False / bad passwords are reported with the right message. See demoshop http://demoshop.oxid-esales.com/professional-edition/ |