The only solution I've found is adding a simple field like that:
Field('no_spam', requires=IS_EQUAL_TO('4',error_message=T('Must be 4')), 
type='integer', label=T('2 + 2 ='), comment=T('Are you human?'))

Probably too simple but I don't have yet a better solution.

Il giorno lunedì 23 settembre 2019 08:28:30 UTC+2, Gaël Princivalle ha 
scritto:
>
> Hello.
>
> I've added reCaptcha to one of my applications but one of my Chinese users 
> send me this feedback, he's not able to log in anymore.
> In fact Google is blocked in China, reCaptcha is provided by Google, so 
> the form cannot be validated.
>
>
> http://web2py.com/books/default/chapter/29/09/access-control?search=recaptcha+#CAPTCHA-and-reCAPTCHA
>
> I've removed reCaptcha.
>
> Is there another (easy) way to add another captcha system to Web2py?
>
> Thanks. 
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/e5a4b75c-dbf7-49ab-a04e-ccb96b026810%40googlegroups.com.

Reply via email to