Add dynamic captcha support

This commit is contained in:
Zankaria 2024-05-25 00:32:44 +02:00
parent 81f5c70681
commit 483d553fc0
4 changed files with 60 additions and 7 deletions

View file

@ -328,6 +328,9 @@
'answer' => '4'
);
*/
// The captcha is dynamically injected on the client if the server replies with the `captcha-required` cookie set to 1.
$config['dynamic_captcha'] = false;
// Enable reCaptcha to make spam even harder. Rarely necessary.
$config['recaptcha'] = false;