You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like described in the docs I omitted RECAPTCHA_PRIVATE_KEY and RECAPTCHA_PUBLIC_KEY from settings.py and added SILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error'].
I'm getting "This field is required" message because the captcha field is left empty in this scenario.
What's the intended way to deal with this?
The text was updated successfully, but these errors were encountered:
Like described in the docs I omitted RECAPTCHA_PRIVATE_KEY and RECAPTCHA_PUBLIC_KEY from settings.py and added SILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error'].
I'm getting "This field is required" message because the captcha field is left empty in this scenario.
What's the intended way to deal with this?
The text was updated successfully, but these errors were encountered: