Previously registration via the checkout was just catching exceptions and assuming it was because the password was in use, which is a rubbish way to validate the form. Now it no longer catches exceptions and just has a check to see if the user already exists before processing the form.
Previously registration via the checkout was just catching exceptions and assuming it was because the password was in use, which is a rubbish way to validate the form. Now it no longer catches exceptions and just has a check to see if the user already exists before processing the form.