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
Made With Wagtail uses wagtail-django-recaptcha but does not use WagtailCaptchaFormBuilder directly and rather defines it's own form builder which conditionally inherit from it or Wagtail base FormBuilder depending on whether recaptcha has been configured for the current environment (e.g. don't use the captcha on dev).
While I can understand the intend, I'm not too keen on that kind of things but maybe that's just me. I'd be curious to hear from others how you feel about it?
Should this package conditionally add the captcha field on the same conditions as the utility linked above or stay away from such consideration?
The text was updated successfully, but these errors were encountered:
Indeed the fix is simple but I was mostly concerned whether this would be considered related to the user's application logic and by the fact it will silently not insert the field if the application has a misconfiguration.
I'll leave the issue open for a little bit before taking action in case anybody else wants to jump in.
Made With Wagtail uses
wagtail-django-recaptcha
but does not useWagtailCaptchaFormBuilder
directly and rather defines it's own form builder which conditionally inherit from it or Wagtail baseFormBuilder
depending on whether recaptcha has been configured for the current environment (e.g. don't use the captcha on dev).While I can understand the intend, I'm not too keen on that kind of things but maybe that's just me. I'd be curious to hear from others how you feel about it?
Should this package conditionally add the captcha field on the same conditions as the utility linked above or stay away from such consideration?
The text was updated successfully, but these errors were encountered: