Summary: | And remember, usernames are not case sensitive | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Authentication | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | dpavlin, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13051: And remember, usernames are not case sensitive
[SIGNED-OFF] Bug 13051: And remember, usernames are not case sensitive Bug 13051: And remember, usernames are not case sensitive |
Description
Marcel de Rooy
2014-10-09 12:32:41 UTC
Created attachment 32081 [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. Created attachment 32082 [details] [review] [SIGNED-OFF] 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> 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> Patch pushed to master. Thanks Marcel! |