Go to the reCAPTCHA page and generate yourself a public and private key pair.
http://www.google.com/recaptcha On Thu, Sep 20, 2012 at 6:04 PM, Hassan Alnatour <[email protected]> wrote: > Dear ALL , > > I am trying to use reCAPTCHA in my default/user.html page on registration > form , now i added this in the db.py : > > from gluon.tools import Recaptcha > auth.settings.captcha = Recaptcha(request, > 'PUBLIC_KEY', 'PRIVATE_KEY') > > But now whats next ?? > > Best Regards, > > -- > > > --

