-
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
Customer Backend: Confirmation Flag is being overwritten by save of the Customer #10017
Comments
Hi @EliasKotlyar Issue is not reproducible. Please, see the comment in PR. |
hi @veloraven Did you verified this issue? Is it reproducible? |
Hello okorshenko, Here is a video for reproducing the issue: Greetings |
Hi @EliasKotlyar
|
Hello okorshenko,
If its a Browser dependent issue: I am using FireFox 54(64Bit). Greetings |
Thank you @EliasKotlyar for provided information. 👍 |
Hi @EliasKotlyar |
@EliasKotlyar Hi. I Tried reproduce your bug, but without success. Steps which I execute:
Actual Result: Status of customer is still "Confirmation required" (And it` correct behavior) Were executed many variations of installations:
Thanks for Your attention. |
Hello @EliasKotlyar We spend some more time and tried to reproduce this issue again.
Result: Issue cannot be reproduced possible reasons/ideas why it occurs
Could you pls re-check this issue on the latest Magento code based on clear "git cloned" code |
Thank you @sdzhepa for additional research. |
Internal ticket to track issue progress: MAGETWO-69297 |
@EliasKotlyar thank you for your report. |
Customer Backend: Confirmation Flag is being overwritten by save of the Customer
Preconditions
Current Development Version of Magento(appears in any Version)
Steps to reproduce
Expected result
The Customer could use the link in the email to finish his registration
Actual result
The Email Link is broken, and the customer is automatically "registered"
Why this error occurs?
The Customer-Save-Controller in the Backend(Adminhtml) will fill the "confirmation" flag with a void value. The Value is actually extracted from the post-request, but there is no form-element which will pass any value to it. The "confirmation" flag will be saved in the database overriding the value which is needed to finish the registration.
The text was updated successfully, but these errors were encountered: