- 🇬🇧United Kingdom dahousecat
None of the patches above apply.
There should be a
captcha.settings
for just a globally enabled flag. This could then be overridden via local settings file.I've updated the schema, default settings, SettingsForm and captcha_form_alter to add this setting - see provided patch.
Once the patch is applied you can add
$config['captcha.settings']['captcha_enabled'] = FALSE;
to your local settings file to override the config.