From ab55d8b6d2d5e3bb631af0e512abe840b449cd96 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Mon, 30 Jul 2012 10:30:30 -0400 Subject: [PATCH] modified password hint text - We don't use the last 4 digits of phone number as default password, so we needed to change this text. Signed-off-by: William Rockwood --- templates_tadlskin/opac/parts/login/password_hint.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates_tadlskin/opac/parts/login/password_hint.tt2 b/templates_tadlskin/opac/parts/login/password_hint.tt2 index a95b47fa78..5647104cd5 100644 --- a/templates_tadlskin/opac/parts/login/password_hint.tt2 +++ b/templates_tadlskin/opac/parts/login/password_hint.tt2 @@ -1,5 +1,5 @@ [% | l('
', '
') %] - If this is your first time logging in, please enter [_1] the last 4 digits of your phone number. [_2] Example: 0926 + If this is your first time logging in, please enter [_1] the PIN provided to you by library staff. [_2] Example: 0926 [% END %]
-- 2.11.0