View Issue Details

IDProjectCategoryView StatusLast Update
0004904OXID eShop (all versions)1.05. Userspublic2013-02-08 14:41
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.5 revision 49955 
Target VersionFixed in Version4.6.7 
Summary0004904: change email, missing error-message
Descriptionin account settings, when trying to change the emailadress to an address, that already exists, it simply does not work.

there is no error displayed, why the change did not work.

(found in 4.6.5, reproducable in demoshop 4.7.3)
Steps To Reproduce- log into demoshop frontend as admin (jon doe).
- go to account settings and try to change your emailadress from "admin" to "[email protected]" (the other existing account in demoshop)
- enter the password and click save
--> new email is not saved, no error is shown


TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

aurimas.gladutis

2013-02-08 14:41

reporter   ~0008394

Page was redirecting when on user account info saving. This caused errors to get lost after redirection. Added check that page would only redirect when there were no errors. This should solve the problem.