From 8fb6a521ada296ccb15ac736583c200d27ade220 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Thu, 23 Jan 2025 15:46:21 -0400 Subject: [PATCH] add altcha to templates and recaptcha on login form --- templates/frontend/components/loginForm.tpl | 22 +++++++++++++++++++ templates/frontend/pages/userLogin.tpl | 9 ++++++++ templates/frontend/pages/userLostPassword.tpl | 10 +++++++++ templates/frontend/pages/userRegister.tpl | 9 ++++++++ 4 files changed, 50 insertions(+) diff --git a/templates/frontend/components/loginForm.tpl b/templates/frontend/components/loginForm.tpl index 9d91c4e..10acad5 100644 --- a/templates/frontend/components/loginForm.tpl +++ b/templates/frontend/components/loginForm.tpl @@ -50,6 +50,28 @@ + + {* recaptcha spam blocker *} + {if $recaptchaPublicKey} +
+
+
+
+
+
+
+
+ {/if} + + {* altcha spam blocker *} + {if $altchaEnabled} +
+
+ +
+
+ {/if} +
+ + {* altcha spam blocker *} + {if $altchaEnabled} +
+
+ +
+
+ {/if} +