How to allow the user to choose their password during checkout?
Hi,
I'm trying to determine the best way to allow users to choose a password during anonymous checkout.
Obviously, I don't want to store it on the order, I'm wondering it it's best to add a password_confirm
field to the form using a form alter, or completely alter the "account" pane by another one, passing the password as a property of the order until it's treated (by a rule in the future) and isn't needed any more.
Do you have any suggestions? I'm willing to contribute the module once it's working.