mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-22 11:23:45 +01:00
modify default captcha config to work out of the box
This commit is contained in:
parent
440e3126c9
commit
f3cb2552ce
@ -307,9 +307,9 @@
|
|||||||
// To enable the native captcha you need to change a couple of settings. Read more at: /inc/captcha/readme.md
|
// To enable the native captcha you need to change a couple of settings. Read more at: /inc/captcha/readme.md
|
||||||
'native' => [
|
'native' => [
|
||||||
// Custom captcha get provider path (if not working get the absolute path aka your url).
|
// Custom captcha get provider path (if not working get the absolute path aka your url).
|
||||||
'provider_get' => '../inc/captcha/entrypoint.php',
|
'provider_get' => '/inc/captcha/entrypoint.php',
|
||||||
// Custom captcha check provider path
|
// Custom captcha check provider path
|
||||||
'provider_check' => '../inc/captcha/entrypoint.php',
|
'provider_check' => '/inc/captcha/entrypoint.php',
|
||||||
// Custom captcha extra field (eg. charset)
|
// Custom captcha extra field (eg. charset)
|
||||||
'extra' => 'abcdefghijklmnopqrstuvwxyz',
|
'extra' => 'abcdefghijklmnopqrstuvwxyz',
|
||||||
// New thread captcha. Require solving a captcha to post a thread.
|
// New thread captcha. Require solving a captcha to post a thread.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user