Bugzilla – Attachment 81124 Details for
Bug 21311
Remove locked message from opac-auth.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21311: (follow-up) Adjust wording of failed login message
Bug-21311-follow-up-Adjust-wording-of-failed-login.patch (text/plain), 2.49 KB, created by
Marcel de Rooy
on 2018-10-25 10:05:55 UTC
(
hide
)
Description:
Bug 21311: (follow-up) Adjust wording of failed login message
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-10-25 10:05:55 UTC
Size:
2.49 KB
patch
obsolete
>From df3d592c14d5aef42f5aea94ecbc5da417cf3468 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 25 Oct 2018 11:37:42 +0200 >Subject: [PATCH] Bug 21311: (follow-up) Adjust wording of failed login message >Content-Type: text/plain; charset=utf-8 > >Based on the feedback of Jonathan, Katrin, Mark and Martin (thx), adding >the general remark that if lockout is enabled, an account may be locked >out after x attempts. This does not say that the account on hand is >locked or not. > >Adding a <p> tag between 'Log in'-button and 'Forgot your password' for >presentation. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index b45c06f..2d15201 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -60,7 +60,7 @@ > [% IF invalid_username_or_password || too_many_login_attempts %] > <!-- This is what is displayed if user doesnt have permission or account is locked. (Do not expose more information than needed.) --> > <div class="alert alert-info"> >- <p>You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive. Please contact a library staff member if you continue to have problems.</p> >+ <p>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after [% Koha.Preference('FailedLoginAttempts') %] failed attempts[% END %]. Please contact a library staff member if you continue to have problems.</p> > </div> > [% END %] > >@@ -168,6 +168,7 @@ > </fieldset> > > <input type="submit" value="Log in" class="btn" /> >+ <p/> > [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] > <div id="forgotpassword"> > <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> >-- >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 21311
:
80352
|
80388
|
80623
|
81123
|
81124
|
81125
|
81403