chore: Use text captcha driver by default (#2084)

This commit is contained in:
Roman Kelesidis 2025-08-19 11:00:23 +03:00 committed by GitHub
commit 7a393e3548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)