-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix the issue with reset password when customer has address from not allowed country #18179
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
Fix the issue with reset password when customer has address from not allowed country #18179
Conversation
Hi @dmytro-ch. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Please, consider fixing the failing static tests. The issues might not be related directly to your changes but to files that were changed in general. If you need help with that, feel free to connect me in Slack |
@rogyar, thank you! |
@dmytro-ch please look at Codacy review and fix the issue. |
@slavvka, thank you! I've fixed the issue mentioned in Codacy review. |
@magento-engcom-team give me 2.2.5 instance |
Hi @rogyar. Thank you for your request. I'm working on Magento 2.2.5 instance for you |
Hi @rogyar, here is your Magento instance. |
@dmytro-ch I didn't notice that |
This reverts commit ebd39d3.
@slavvka, sure, I reverted the changes :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Hi @slavvka, thank you for the review. |
Hey @dmytro-ch during testing we found the problem: Problem: Cannot set New Password using reset password link. Manual testing scenario:
|
Also please resolve the conflicts with mainline |
# Conflicts: # app/code/Magento/Customer/Model/AccountManagement.php # app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php
…, update the PHPUnit tests magento#18170
Hello @slavvka, Thank you! |
Hi @dmytro-ch. Thank you for your contribution. |
…ess from not allowed country #18179
Description
Fix the issue with reset password when customer has an address from not allowed country.
Fixed Issues (if relevant)
Manual testing scenarios
Expected result
Contribution checklist