From e6b7423975ef8fca7d330ad3e66e60f78bbad5ea Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 19 Mar 2013 21:19:04 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/login/form.tt2 | 5 +++-- Open-ILS/src/templates/opac/parts/login/password_hint.tt2 | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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'); %]
-- 2.11.0