Bugzilla – Attachment 32084 Details for
Bug 13051
And remember, usernames are not case sensitive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13051: And remember, usernames are not case sensitive
Bug-13051-And-remember-usernames-are-not-case-sens.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2014-10-09 13:15:38 UTC
(
hide
)
Description:
Bug 13051: And remember, usernames are not case sensitive
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-10-09 13:15:38 UTC
Size:
1.67 KB
patch
obsolete
>From f08d1eee7f1fcdf60b9537ed818d968ea5320e67 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 9 Oct 2014 14:32:59 +0200 >Subject: [PATCH] Bug 13051: And remember, usernames are not case sensitive > >opac-auth contains the following statement: >You entered an incorrect username or password. Please try again! And >remember, usernames and passwords are case sensitive. > >Obviously, this is not completely true. The username can be entered in >lowercase, uppercase, any mixed case. > >This patch simply adjusts this string. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- > 1 file changed, 1 insertion(+), 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 e8f0503..ca492d0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -53,7 +53,7 @@ > [% IF ( invalid_username_or_password ) %] > <!-- This is what is displayed if user doesnt have permission --> > <div class="alert alert-info"> >- <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p> >+ <p>You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive.</p> > </div> > [% END %] > >-- >2.1.0
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 13051
:
32081
|
32082
| 32084