Profile fields are validated when the user fills out the attendee contact info form, but the checkout pane only redirects back to the attendees form if the email addresses don't match the quantity in the cart. This allows users to create accounts with blank required profile fields simply by bypassing the profile fields form and proceeding to /cart.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 547242.patch | 2.45 KB | ezra-g |
Comments
Comment #1
ezra-g commentedThis patch switches from user_save to a drupal_execute approach and causes order submission to fail and deletes temporary signups for an order when form validation fails.
Comment #2
ezra-g commentedThis is now committed.