updating the username/password hints for the opac
authorChris Sharp <csharp@georgialibraries.org>
Wed, 20 Mar 2013 01:19:04 +0000 (21:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 3 Apr 2013 16:54:59 +0000 (12:54 -0400)
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/opac/parts/login/password_hint.tt2

index 1e23a98..ce61a44 100644 (file)
@@ -20,8 +20,8 @@
         <table>
             <tr>
                 <td style="width: 20em; vertical-align: top; padding-top: 1.5em;" class='lbl1'><label for='username_field'>[% l('Library Card Number or Username') %]</label>
-                    <div class="lbl2">[% l('Please include leading zeros and no spaces.') %]</div>
-                   <div class="lbl2">[% l('Example: 0026626051') %]</div>
+                    <div class="lbl2">[% l('Please type the entire card number with no spaces.') %]</div>
+                   <div class="lbl2">[% l('Example: 220110026626051') %]</div>
                 </td>
                 <td style="vertical-align: top; padding-top: 1.5em;">
                     <div class="input_bg">
index 920ae2e..48da8f6 100644 (file)
@@ -1,3 +1,3 @@
 <span class="lbl2">
-[%- 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'); %]
 </span>