From f72bc2611b94dc1956eedc05a31149def0bf5297 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 20 Oct 2020 10:31:54 -0400 Subject: [PATCH] Removed password hint since the password is now set differently depending on whether the patron registers through Quipu or through the desk. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/parts/login/password_hint.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 77280914bc..864fd54266 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(''); %]
-- 2.11.0