LP1097928 - Better caps lock message
authorJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 9 Jan 2013 20:24:27 +0000 (12:24 -0800)
committerBen Shum <bshum@biblio.org>
Thu, 14 Feb 2013 22:36:00 +0000 (17:36 -0500)
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 <jfournie@sitka.bclibraries.ca>
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/web/opac/locale/en-US/opac.dtd

index 6a5dc5d..e4c633c 100644 (file)
@@ -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;
 %]
 </div>
index ec5c544..cf90339 100644 (file)
@@ -663,7 +663,7 @@ You will need to change your password.">
 <!ENTITY login.barcode.inactive "The barcode used to login is marked as inactive.  Please contact your local library.">
 <!ENTITY login.account.inactive "This account has been deactivated.  Please contact your local library.">
 <!ENTITY login.failed "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.">
 <!ENTITY button.go "Go!">
 
 <!--   =================================================================