From 8f3265a7076a520b2e775034cbdec997845f885b Mon Sep 17 00:00:00 2001 From: DeMiro5001 <68397534+DeMiro5001@users.noreply.github.com> Date: Sat, 10 Jan 2026 10:38:15 +0100 Subject: [PATCH] Update config.inc.php --- conf/config.inc.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/conf/config.inc.php b/conf/config.inc.php index d47ec7f..754e8cb 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -454,6 +454,25 @@ ; Validate the hostname in the ReCaptcha response recaptcha_enforce_hostname = Off +; Whether or not to enable ALTCHA +altcha = off + +; Private key for ALTCHA +altcha_hmackey = '__APP_KEY__' + +; Whether or not to use ALTCHA on user registration +altcha_on_register = on + +; Whether or not to use ALTCHA on user login +altcha_on_login = on + +; Whether or not to use ALTCHA on user lost password +altcha_on_lost_password = on + +; The quantity of encryption cycles performed by the ALTCHA system +altcha_encrypt_number = 10000 + + ;;;;;;;;;;;;;;;;;;;;; ; External Commands ; ;;;;;;;;;;;;;;;;;;;;;