mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
feat(captcha): Added Text Captcha
provider (#1839)
* feat(captcha): Added `Text Captcha` provider * Create TextCaptcha.php * Updated * Update composer.lock * Updated * Update config.php * Update functions.php * Update TextCaptcha.php * Update TextCaptcha.php * Update TextCaptcha.php * Update TextCaptcha.php * Update TextCaptcha.php * Update TextCaptcha.php * Update TextCaptcha.php
This commit is contained in:
parent
8ad080ff2f
commit
74ea1573b2
7 changed files with 165 additions and 31 deletions
|
@ -675,7 +675,7 @@ $bb_cfg['group_avatars'] = [
|
|||
// Captcha
|
||||
$bb_cfg['captcha'] = [
|
||||
'disabled' => true,
|
||||
'service' => 'googleV3', // Available services: googleV2, googleV3, hCaptcha, yandex, cloudflare
|
||||
'service' => 'googleV3', // 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