-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Customer registration multiple form submit #26590
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
Comments
Thanks for opening this issue! |
Hi @Jens-Bourgeois. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @Jens-Bourgeois do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Thanks for opening this issue! |
1 similar comment
Thanks for opening this issue! |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Thanks for opening this issue! |
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@magento give me 2.4-develop instance |
Hi @gauravagarwal1001. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @gauravagarwal1001, here is your Magento instance. |
I am working on this issue at #MM20IN |
#mm20in |
@vignesvaran thank you for joining. Please accept team invitation here and self-assign the issue. |
Hi @vignesvaran. Thank you for working on this issue.
|
Hi @shikhamis11. Thank you for working on this issue.
|
@Jens-Bourgeois This has been fixed and pull request has been created #26642 |
Great thx! |
Hi @Jens-Bourgeois. Thank you for your report. The fix will be available with the upcoming 2.4.0 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Exception message in var/log system.log:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'XXX' for key 'CUSTOMER_ENTITY_EMAIL_WEBSITE_ID', query was: INSERT INTO
customer_entity
(website_id
,email
,group_id
,store_id
,created_at
,updated_at
,disable_auto_group_change
,created_in
,firstname
,lastname
,password_hash
,taxvat
,confirmation
) VALUES (?, ?, ?, ?, '2020-01-23 12:39:15', '2020-01-23 12:39:15', ?, ?, ?, ?, ?, ?, ?)Trace:
The text was updated successfully, but these errors were encountered: