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