mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
chore: Use text
captcha driver by default (#2084)
This commit is contained in:
parent
07e35c0205
commit
7a393e3548
1 changed files with 2 additions and 2 deletions
|
@ -679,8 +679,8 @@ $bb_cfg['group_avatars'] = [
|
||||||
|
|
||||||
// Captcha
|
// Captcha
|
||||||
$bb_cfg['captcha'] = [
|
$bb_cfg['captcha'] = [
|
||||||
'disabled' => true,
|
'disabled' => false,
|
||||||
'service' => 'googleV3', // Available services: text, googleV2, googleV3, hCaptcha, yandex, cloudflare
|
'service' => 'text', // Available services: text, googleV2, googleV3, hCaptcha, yandex, cloudflare
|
||||||
'public_key' => '',
|
'public_key' => '',
|
||||||
'secret_key' => '',
|
'secret_key' => '',
|
||||||
'theme' => 'light', // theming (available: light, dark) (working only if supported by captcha service)
|
'theme' => 'light', // theming (available: light, dark) (working only if supported by captcha service)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue