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.
**

Reply via email to