From fb303604428f385cce69520bf8fc3999f5b36c2d 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 --- Open-ILS/src/templates/opac/parts/login/form.tt2 | 4 ++-- Open-ILS/src/templates/opac/parts/login/password_hint.tt2 | 2 +- 2 files changed, 3 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 1e23a98e40..ce61a44bf8 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -20,8 +20,8 @@
-
[% 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 920ae2ee84..48da8f66cd 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