chore: Use text captcha driver by default

This commit is contained in:
Roman Kelesidis 2025-08-19 10:59:31 +03:00
commit 89055d7638
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

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)