Could you open up a ticket and include this patch, along with the method to reproduce. I'll take a look at it.
-Chris On Wed, May 9, 2012 at 12:42 AM, Thomas <[email protected]> wrote: > I'm pretty sure this is a bug in Satchmo. Here's my fix: > > diff -paurb src.orig//satchmo/satchmo/apps/satchmo_store/accounts/views.py > src//satchmo/satchmo/apps/satchmo_store/accounts/views.py > --- src.orig//satchmo/satchmo/apps/satchmo_store/accounts/views.py > 2012-03-30 07:42:40.000000000 +0200 > +++ src//satchmo/satchmo/apps/satchmo_store/accounts/views.py 2012-05-09 > 07:33:01.000000000 +0200 > @@ -194,7 +194,7 @@ def register_handle_form(request, redire > if request.method == 'POST': > form = RegistrationForm(request.POST) > if form.is_valid(): > - contact = form.save(request) > + contact = form.save(request,force_new=True) > > # look for explicit "next" > next = request.POST.get('next', '') > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/satchmo-users/-/U78SQFRryXAJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
