From c597e8f644afc216f7ed86e01765da12a79f6780 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 20 Aug 2016 14:52:15 -0400 Subject: [PATCH] LP#1586221 - Remove "no spaces" message from login form. 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 Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/parts/login/form.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 88d42c91eb..165785527f 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -22,7 +22,7 @@
-
[% l('Please include leading zeros and no spaces.') %]
+
[% l('Please include leading zeros.') %]
[% l('Example: 0026626051') %]
-- 2.43.2