Hi guys,
I have a project where I have implemented the checkbox for "Create user in checkout" and the option to "Update existing users based on email match".
The user is created just fine during the checkout and in the last step, we load with ajax a UserManagement form for editing the password.
The problem is that this updated is interpreted by DW as a security problem and bans the user. The form is using all fields generated by DW as a regular editing form.
Using the form itself, outside of the checkout flow, works just fine.
I have noticed that Rapido is no longer creating the user in checkout and instead it points the user to the Create Account form.
I am fine with this option as long as I have a way to connect the recently created order with the newly created User.
If there is a better approach to handling user creation during checkout, I would be very happy to find out the details.
Thank you,
Adrian