LP#1586221 - Remove "no spaces" message from login form. user/csharp/lp1586221_user_login_no_spaces_message
authorChris Sharp <csharp@georgialibraries.org>
Sat, 20 Aug 2016 18:52:15 +0000 (14:52 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 20 Aug 2016 18:52:15 +0000 (14:52 -0400)
Since the fix to bug 1086064 removes any spaces entered into
the login form, it is now inaccurate to require the user to type
their cards with no spaces (since most library cards have spaces
in the number on the physical card).

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/opac/parts/login/form.tt2

index 88d42c9..1657855 100644 (file)
@@ -22,7 +22,7 @@
             <div class="input_bg">
                 <input type='text' id="username_field" name="username" autofocus />
             </div>
-            <div class="lbl2">[% l('Please include leading zeros and no spaces.') %]</div>
+            <div class="lbl2">[% l('Please include leading zeros.') %]</div>
             <div class="lbl2">[% l('Example: 0026626051') %]</div>
         </div>
         <div style="float: left;">