I tested it with http and it works! How do I get it to work on https ?

On Wednesday, 19 April 2017 17:32:12 UTC+1, r wrote:
>
> Hi, my captcha code is working on the local machine which I am running the 
> server from however when I deploy it onto pythonanywhere the captcha does 
> not appear, only the "verfy" label next to where it should be.
>
> in case you have any doubts about my code:
> auth.settings.captcha = Recaptcha(request,'XXXXXXXXX', 'XXXXXXXX')
> auth.settings.login_captcha = None
> settings.register_captcha = None
> settings.retrieve_username_captcha = None
> settings.retrieve_password_captcha = None
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to