From e441c2464df951c756d46d8252d14077519f68f0 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 5 Apr 2025 23:49:35 -0400 Subject: remove Solve Media smcaptcha (not defunct) and implement Cloudflare Turnstile groundwork --- templates/captcha.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'templates/captcha.tpl') diff --git a/templates/captcha.tpl b/templates/captcha.tpl index 8c59d85..929c01c 100644 --- a/templates/captcha.tpl +++ b/templates/captcha.tpl @@ -50,6 +50,17 @@ {/if} +{if $gBitSystem->isFeatureActive('users_register_cfturnstile')} +
+ {formlabel label="" for=""} + {forminput} + {formfeedback error=$errors.recaptcha} +
+ + {/forminput} +
+{/if} + {if $gBitSystem->isFeatureActive('users_register_smcaptcha')}
{formlabel label="Are you human?" for="smcaptcha"} -- cgit v1.3