Lines 60-66
Link Here
|
60 |
[% IF invalid_username_or_password || too_many_login_attempts %] |
60 |
[% IF invalid_username_or_password || too_many_login_attempts %] |
61 |
<!-- This is what is displayed if user doesnt have permission or account is locked. (Do not expose more information than needed.) --> |
61 |
<!-- This is what is displayed if user doesnt have permission or account is locked. (Do not expose more information than needed.) --> |
62 |
<div class="alert alert-info"> |
62 |
<div class="alert alert-info"> |
63 |
<p>You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive. Please contact a library staff member if you continue to have problems.</p> |
63 |
<p>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after [% Koha.Preference('FailedLoginAttempts') %] failed attempts[% END %]. Please contact a library staff member if you continue to have problems.</p> |
64 |
</div> |
64 |
</div> |
65 |
[% END %] |
65 |
[% END %] |
66 |
|
66 |
|
Lines 168-173
Link Here
|
168 |
</fieldset> |
168 |
</fieldset> |
169 |
|
169 |
|
170 |
<input type="submit" value="Log in" class="btn" /> |
170 |
<input type="submit" value="Log in" class="btn" /> |
|
|
171 |
<p/> |
171 |
[% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] |
172 |
[% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] |
172 |
<div id="forgotpassword"> |
173 |
<div id="forgotpassword"> |
173 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
174 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
174 |
- |
|
|