From: Chris Sharp Date: Wed, 20 Mar 2013 01:19:04 +0000 (-0400) Subject: updating the username/password hints for the opac X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e6b7423975ef8fca7d330ad3e66e60f78bbad5ea;p=evergreen%2Fpines.git updating the username/password hints for the opac Conflicts: Open-ILS/src/templates/opac/parts/login/form.tt2 Open-ILS/src/templates/opac/parts/login/password_hint.tt2 --- diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 2861fa0fe3..0e988a3420 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -16,14 +16,15 @@

[% l('Log in to Your Account') %]

[% l('Please enter the following information:') %] +<<<<<<< HEAD
-
[% l('Please include leading zeros and no spaces.') %]
-
[% l('Example: 0026626051') %]
+
[% l('Please type the entire card number with no spaces.') %]
+
[% l('Example: 220110026626051') %]
diff --git a/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 b/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 index e820317264..76b32ef0fc 100644 --- a/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 @@ -1,3 +1,3 @@
-[%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %] +[%- l('If this is your first time logging in, please enter the 4 digit PIN you were assigned by library staff. Example: 0926'); %]