From 91a91987cf117da40f2cbd3a121d485d1a2c795b 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 --- 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 f9ce8f8..ef57d4a 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.1.4