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]