LP#1054055 Log in to Your Account can give inaccurate hint user/mrpeters-isl/tpac_password_hint
authorMichael Peters <mrpeters@library.in.gov>
Fri, 21 Sep 2012 13:49:11 +0000 (09:49 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Fri, 21 Sep 2012 13:49:11 +0000 (09:49 -0400)
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 <mrpeters@library.in.gov>
Open-ILS/src/templates/opac/parts/login/password_hint.tt2

index a95b47f..f601ce6 100644 (file)
@@ -1,5 +1,5 @@
 <span class="lbl2">
     [% | l('<br/>', '<br/>') %]
-       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 %]
 </span>