How are I disable the RECAPTCHA on Flask appbuilder?

90 views Asked by At

Due to school asignment, I have to write a wedsite with flask appbuilder, when I try to add a register page, I don't need the RECAPTCHA.

So, how can I disable this?

I tried:
add RECAPTCHA_ENABLED = False in config.py --- [not working, the RECAPTCHA fleid still there]

0

There are 0 answers