diff --git a/library/config.php b/library/config.php index bb8ea9cbe..95a36f6c0 100644 --- a/library/config.php +++ b/library/config.php @@ -679,8 +679,8 @@ $bb_cfg['group_avatars'] = [ // Captcha $bb_cfg['captcha'] = [ - 'disabled' => true, - 'service' => 'googleV3', // Available services: text, googleV2, googleV3, hCaptcha, yandex, cloudflare + 'disabled' => false, + 'service' => 'text', // Available services: text, googleV2, googleV3, hCaptcha, yandex, cloudflare 'public_key' => '', 'secret_key' => '', 'theme' => 'light', // theming (available: light, dark) (working only if supported by captcha service)