[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4e48c4a25f54c4043e492792fde1a0fe6ed0c3da

Evergreen Git git at git.evergreen-ils.org
Thu Feb 14 17:36:53 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  4e48c4a25f54c4043e492792fde1a0fe6ed0c3da (commit)
      from  e015fe2a01d1e929528c3b5242a4f9f7b94babbc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e48c4a25f54c4043e492792fde1a0fe6ed0c3da
Author: James Fournie <jfournie at sitka.bclibraries.ca>
Date:   Wed Jan 9 12:24:27 2013 -0800

    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 <jfournie at sitka.bclibraries.ca>
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2
index 6a5dc5d..e4c633c 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;
 %]
 </div>
diff --git a/Open-ILS/web/opac/locale/en-US/opac.dtd b/Open-ILS/web/opac/locale/en-US/opac.dtd
index ec5c544..cf90339 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.">
 <!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!">
 
 <!--	================================================================= 

-----------------------------------------------------------------------

Summary of changes:
 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(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list