Re: [web2py] register recepatcha not working

2011-09-18 Thread Martin Weissenboeck
I think I should be auth.settings.captcha Martin 2011/9/17 Avik Basu > I am using recaptcha using the following code (public and private keys not > shown): > > auth.settings.register_captcha = Recaptcha(request, '', > 'yy', use_ssl=False, error_message='please complete th

[web2py] register recepatcha not working

2011-09-17 Thread Avik Basu
I am using recaptcha using the following code (public and private keys not shown): auth.settings.register_captcha = Recaptcha(request, '', 'yy', use_ssl=False, error_message='please complete the reCaptcha') I've registered with recaptcha.net and I not running this from a localho