Re: [web2py] Re: recaptcha and web2py

2012-06-11 Thread Kevin Miller
Thanks for the reply. I tried: auth.settings.login_captcha = None This did not work for me. Then I tried auth.settings.login_captcha = False and that did the trick. Thank you very much. Regards. On Mon, Jun 11, 2012 at 4:06 PM, Niphlod wrote: > check auth.settings > > login_captcha = None

[web2py] Re: recaptcha and web2py

2012-06-11 Thread Niphlod
check auth.settings login_captcha = None register_captcha = None retrieve_username_captcha = None retrieve_password_captcha = None Il giorno lunedì 11 giugno 2012 22:55:31 UTC+2, dundee ha scritto: > > Hey all, > > I have enabled the recaptcha system by using: > > from gluon.tools import Recaptc