Ben, did you ever get this figured out? I'm looking at the same issue now. Kevin
On Sunday, October 14, 2012 3:44:19 PM UTC-4, Ben wrote: > > Hi, > > has anybody implemented reCAPTCHA for Satchmo user registration? I am > trying it with django-recaptcha: > > https://github.com/praekelt/django-recaptcha > > I would only need it for the url > > url(r'^accounts/register/$', 'register', {'SSL': ssl}, > name='registration_register') > > but as I see it, satchmo_store.accounts.views.register() does not take a > {"backend": captcha.backends.default.CaptchaDefaultBackend'} kwargs > parameter. This is implemented in django-registration v0.8 register(), and > the examples in django-recaptcha build upon that. I wonder if this is the > right track anyways... > > Any hints appreciated! > > Ben > > -- 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/-/VmvAFvMSEKsJ. 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.
