From 488c917a5d0246e134c83fbf2b54341466bf20ba Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Wed, 4 Oct 2023 22:50:06 -0700 Subject: [PATCH] fixed oversight. oops. --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 2e1e0a74..8e37a666 100644 --- a/inc/config.php +++ b/inc/config.php @@ -325,6 +325,9 @@ $config['recaptcha_public'] = '6LcXTcUSAAAAAKBxyFWIt2SO8jwx4W7wcSMRoN3f'; $config['recaptcha_private'] = '6LcXTcUSAAAAAOGVbVdhmEM1_SyRF4xTKe8jbzf_'; + // Enable hCaptcha as an alternative to reCAPTCHA. + $config['hcaptcha'] = false; + // Public and private key pair for using hCaptcha. $config['hcaptcha_public'] = '7a4b21e0-dc53-46f2-a9f8-91d2e74b63a0'; $config['hcaptcha_private'] = '0x4e9A01bE637b51dC41a7Ea9865C3fDe4aB72Cf17';