-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shopping cart is emptied after reset password procedure #14530
Comments
As a workaround, I commented two lines in vendor/magento/module-customer/Model/AccountManagement.php, function resetPassword
|
@evgenyvas you only have to comment out This appears to be introduced in 2.2.3; https://github.com/magento/magento2/blame/a952969a8c08928d356fab8d0fb35f4dbe5fe9ce/app/code/Magento/Customer/Model/AccountManagement.php#L613 This is obviously very annoying for customers. For now, I just use a composer patch to fix this;
|
Hi @evgenyvas thank you for your report. |
Do not destory current session once you have requested to reset password using "Password forgot function"
…set password flow
Hi @ihor-sviziev No, just checked now still exist this issue |
@ihor-sviziev This PR can fix this issue-> #17517 |
Backward patch for 2.2.6;
|
Backward patch for 2.2.7;
|
The same error on Magento 2.2.7 |
Backward patch for 2.2.8;
|
Hello @evgenyvas @peterjaap @hryvinskyi @maximbaibakov @LucasCalazans Thank you for contribution and collaboration! The corresponding internal ticket Delivered to Internal ticket |
@sdzhepa please establish practice of squashing changes properly, is not so easy to understand what happened there from 5 commits. |
Hi @orlangur , we'll reach out our core teams with your suggestion. Thank you for the input. |
Preconditions
Steps to reproduce
Expected result
Actual result
There are many users with random generated password, after transfer from old CMS. While checkout process they see account is existed, try to reset password and after that they see shopping cart is empty. It's embarrasing.
The text was updated successfully, but these errors were encountered: