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 <[email protected]> wrote: > 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 Recaptcha >> auth.settings.captcha = Recaptcha(request, >> >> 'PUBLIC_KEY', 'PRIVATE_KEY') >> >> >> >> as recommended by the web2py book. However, even my reset password needs a >> recaptcha. I don't even want it for the login. >> >> I only want it for registration. How can I remove the recaptcha from the >> request password and login and keep it on registration form? >> >> >> >> Thanks. >> ** >> >> >> -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

