From 7a393e3548cf9866e322794b88e105da780ecbfe Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 19 Aug 2025 11:00:23 +0300 Subject: [PATCH] chore: Use `text` captcha driver by default (#2084) --- library/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)