We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb5a49 commit 48cb66bCopy full SHA for 48cb66b
madewithwagtail/settings/dev.py
@@ -45,10 +45,8 @@
45
ALLOWED_HOSTS = ["*"]
46
47
CACHE_MIDDLEWARE_SECONDS = 0
48
-# Change these if you want to enable recaptcha on submissions form
49
-# https://github.com/springload/wagtail-django-recaptcha
50
-RECAPTCHA_PUBLIC_KEY = ""
51
-RECAPTCHA_PRIVATE_KEY = ""
+
+# Disable captcha (if configured otherwise)
52
NOCAPTCHA = False
53
54
0 commit comments