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>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
<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;">