From: Michael Peters Date: Fri, 21 Sep 2012 13:49:11 +0000 (-0400) Subject: LP#1054055 Log in to Your Account can give inaccurate hint X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cb6c88018556b650c3fe722cfcb72028f28e6897;p=working%2FEvergreen.git LP#1054055 Log in to Your Account can give inaccurate hint TPAC's My Account login page displays a statement: "If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926". However, I feel this is a bug because password from phone is a YAOUS that not all libraries use. A more appropriate statement would be: "If this is your first time logging in, please enter the 4 digit pin provided by your local library at the time of registration. Example: 0926". Libraries, of course, would always retain the ability to change the statement in the templates. But, since this is not a default "ON" YAOUS, the statement shouldn't imply that it is. Signed-off-by: Michael Peters --- 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 a95b47fa78..f601ce6aca 100644 --- a/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 +++ b/Open-ILS/src/templates/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 4 digit pin provided by your local library at the time of registration. [_2] Example: 0926 [% END %]