Bugzilla – Attachment 62891 Details for
Bug 18314
Account lockout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18314 (QA Followup) Use OpacBaseURL for password reset link
Bug-18314-QA-Followup-Use-OpacBaseURL-for-password.patch (text/plain), 1.22 KB, created by
Nick Clemens (kidclamp)
on 2017-04-28 20:50:19 UTC
(
hide
)
Description:
Bug 18314 (QA Followup) Use OpacBaseURL for password reset link
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-28 20:50:19 UTC
Size:
1.22 KB
patch
obsolete
>From 91a91987cf117da40f2cbd3a121d485d1a2c795b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 %] > <div id="login_error"><strong>Error: </strong>This account has been locked!</div> >- [% IF Koha.Preference('OpacResetPassword') %] >- <a href="/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>. >+ [% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %] >+ <a href="[% Koha.Preference('OpacBaseURL') %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>. > [% END %] > [% ELSIF invalid_username_or_password %] > <div id="login_error"><strong>Error: </strong>Invalid username or password</div> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18314
:
61630
|
61631
|
61632
|
61633
|
61634
|
62453
|
62454
|
62455
|
62456
|
62457
|
62872
|
62873
|
62874
|
62875
|
62876
|
62877
|
62878
|
62884
|
62885
|
62886
|
62887
|
62888
|
62889
|
62890
| 62891