I am using recaptcha using the following code (public and private keys not shown):
auth.settings.register_captcha = Recaptcha(request, 'xxxxxxxx', 'yyyyyyyyyy', use_ssl=False, error_message='please complete the reCaptcha') I've registered with recaptcha.net and I not running this from a localhost. Also, the above line is called after auth is instantiated. The rest of the registration page looks right, but the recaptcha box does not show up. Any ideas? Thanks, Avik

