From 6a595a773efbd807f9b40af37f81442b7bf7a513 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Wed, 7 Aug 2024 09:47:05 -0300 Subject: [PATCH] fix recaptcha for login and register --- templates/frontend/pages/userLogin.tpl | 16 ++++++++++++++-- templates/frontend/pages/userRegister.tpl | 9 +++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/templates/frontend/pages/userLogin.tpl b/templates/frontend/pages/userLogin.tpl index 5cbdaf0..27b132d 100755 --- a/templates/frontend/pages/userLogin.tpl +++ b/templates/frontend/pages/userLogin.tpl @@ -1,8 +1,8 @@ {** * templates/frontend/pages/userLogin.tpl * - * Copyright (c) 2014-2020 Simon Fraser University - * Copyright (c) 2003-2020 John Willinsky + * Copyright (c) 2014-2024 Simon Fraser University + * Copyright (c) 2003-2024 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * User login form. @@ -67,6 +67,18 @@ + {* recaptcha spam blocker *} + {if $recaptchaPublicKey} +
+
+
+
+
+
+
+
+ {/if} +