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,
--

