mothership-ec / cog-mothership-ecommerce

Mothership E-Commerce
Other
2 stars 1 forks source link

Check if user exists before registration #253

Closed thomasjthomasj closed 9 years ago

thomasjthomasj commented 9 years ago

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.