You can toggle it individually with: auth.settings.register_captcha = Recaptcha(request, 'PUBLIC_KEY', 'PRIVATE_KEY')
On Dec 6, 3:59 am, Bernardo <estem...@gmail.com> wrote: > Hi all, > > as said in the book, the following line > > auth.settings.captcha = Recaptcha(request, 'PUBLIC_KEY', > 'PRIVATE_KEY') > > activates the reCaptcha feature for registration. But it shows also > the captcha box when a user logs in. > > The question is, is there any way to show the recaptcha box just in > the registration form, and not in the login form? > > Thanks, > Bernardo