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=ec16956a76e0a6af7949ce71e095b8d8666ee99c;p=evergreen%2Fpines.git updating the username/password hints for the opac --- 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'); %]