From 4e48c4a25f54c4043e492792fde1a0fe6ed0c3da Mon Sep 17 00:00:00 2001 From: James Fournie Date: Wed, 9 Jan 2013 12:24:27 -0800 Subject: [PATCH] LP1097928 - Better caps lock message The TPAC login failure message states "Ensure Caps-Lock is off" however as was noted on IRC not long ago, passwords are case-sensitive. So this message may be misleading. Signed-off-by: James Fournie Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/login/form.tt2 | 2 +- Open-ILS/web/opac/locale/en-US/opac.dtd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 6a5dc5dfb9..e4c633c1f3 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -7,7 +7,7 @@ l("This account has been deactivated. Please contact your local library."); ELSE; l("Login failed. The username or password provided was not valid. - Ensure Caps-Lock is off and try again or contact your local library."); + Passwords are case-sensitive. Check your Caps-Lock key and try again or contact your local library."); END; %] diff --git a/Open-ILS/web/opac/locale/en-US/opac.dtd b/Open-ILS/web/opac/locale/en-US/opac.dtd index ec5c544111..cf90339110 100644 --- a/Open-ILS/web/opac/locale/en-US/opac.dtd +++ b/Open-ILS/web/opac/locale/en-US/opac.dtd @@ -663,7 +663,7 @@ You will need to change your password."> +Passwords are case-sensitive. Check your Caps-Lock key and try again or contact your local library.">