What version of web2py are you using?

Massimo solved an issue with recaptcha, so if you have old version you need
to update or change the recaptcha API url in your your code.

For me it is working now:
http://www.web2pyslices.com/main/default/user/register
--
Bruno Rocha
[ About me: http://zerp.ly/rochacbruno ]



On Mon, May 16, 2011 at 10:34 PM, Arbie Samong <[email protected]> wrote:

> Anybody experienced enabling recaptcha via:
> recaptcha = Recaptcha(request, recaptcha_public_key,
> recaptcha_private_key)
> auth.settings.register_captcha = recaptcha
>
> And after creating the keys it works for a day. Next day the recaptcha
> frame is gone.
>
> What I do is to check on the generated html and there's a link to the
> recaptcha site in https, something line:
> https://api-secure.recaptcha.net/challenge?k=some_very_long_string
> and after going there in the browser the recaptcha frame in my app
> would work again. It will, of course, stop working the next day.
>
> So I'm wondering if this is web2py issue or that with recpatcha? It
> happens both on my local machine and on GAE.
>
> Thanks,
> Arbie
>

Reply via email to