Bug 13051 - And remember, usernames are not case sensitive
Summary: And remember, usernames are not case sensitive
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Authentication (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 12:32 UTC by Marcel de Rooy
Modified: 2015-06-04 23:32 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13051: And remember, usernames are not case sensitive (1.60 KB, patch)
2014-10-09 12:37 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 13051: And remember, usernames are not case sensitive (1.67 KB, patch)
2014-10-09 12:50 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 13051: And remember, usernames are not case sensitive (1.67 KB, patch)
2014-10-09 13:15 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2014-10-09 12:32:41 UTC
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

Trivial string patch forthcoming.
Comment 1 Marcel de Rooy 2014-10-09 12:37:21 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2014-10-09 12:50:29 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-10-09 13:15:38 UTC
Created attachment 32084 [details] [review]
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>
Comment 4 Tomás Cohen Arazi 2014-10-11 15:28:51 UTC
Patch pushed to master.

Thanks Marcel!