Skip to content

Commit

Permalink
Add ALTCHA support on config.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Godoy0722 committed Sep 19, 2024
1 parent 4c26b8b commit fa97287
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,28 @@
; Validate the hostname in the ReCaptcha response
recaptcha_enforce_hostname = Off

; ALTCHA is a free and open-source alternative to Google's ReCaptcha
; The options below will manage all the required configurations used to
; work with ALTCHA instead of ReCaptcha on system

; Whether or not to enable ALTCHA
altcha = on

; Private key for ALTCHA
altcha_hmackey = 'Example 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 ;
;;;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -621,4 +643,4 @@

[features]

enable_new_submission_listing = Off
enable_new_submission_listing = Off

0 comments on commit fa97287

Please sign in to comment.