Bugzilla – Attachment 32082 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]
[SIGNED-OFF] Bug 13051: And remember, usernames are not case sensitive
SIGNED-OFF-Bug-13051-And-remember-usernames-are-no.patch (text/plain), 1.67 KB, created by
Owen Leonard
on 2014-10-09 12:50:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13051: And remember, usernames are not case sensitive
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-10-09 12:50:29 UTC
Size:
1.67 KB
patch
obsolete
>From cd47a80f141128de5d0388039b3d05b010e9be41 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] [SIGNED-OFF] Bug 13051: And remember, usernames are not case > sensitive >Content-Type: text/plain; charset="utf-8" > >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> >--- > .../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 %] > >-- >1.7.9.5
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