From 1f77e2aa35a9e865840da090291214b5dc08340a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 28 Apr 2017 16:48:30 -0400 Subject: [PATCH] Bug 18314 (QA Followup) Use OpacBaseURL for password reset link Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index f9ce8f8da3..ef57d4ace2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -41,8 +41,8 @@ [% IF too_many_login_attempts %]
Error: This account has been locked!
- [% IF Koha.Preference('OpacResetPassword') %] - You must reset your password. + [% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %] + You must reset your password. [% END %] [% ELSIF invalid_username_or_password %]
Error: Invalid username or password
-- 2.20.1