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
|
||||
$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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue