Bugzilla – Attachment 62890 Details for
Bug 18314
Account lockout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18314: Add link to 'reset your password' from staff
Bug-18314-Add-link-to-reset-your-password-from-sta.patch (text/plain), 1.17 KB, created by
Nick Clemens (kidclamp)
on 2017-04-28 20:50:12 UTC
(
hide
)
Description:
Bug 18314: Add link to 'reset your password' from staff
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-28 20:50:12 UTC
Size:
1.17 KB
patch
obsolete
>From d74809f7b3e212a7ef4a7ebec1505acbfce23424 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 28 Apr 2017 17:15:40 -0300 >Subject: [PATCH] Bug 18314: Add link to 'reset your password' from staff > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 7d67165..f9ce8f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -40,7 +40,10 @@ > [% END %] > > [% IF too_many_login_attempts %] >-<div id="login_error"><strong>Error: </strong>This account has been locked!</div> >+ <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>. >+ [% END %] > [% ELSIF invalid_username_or_password %] > <div id="login_error"><strong>Error: </strong>Invalid username or password</div> > [% END %] >-- >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