Lines 40-46
Link Here
|
40 |
[% END %] |
40 |
[% END %] |
41 |
|
41 |
|
42 |
[% IF too_many_login_attempts %] |
42 |
[% IF too_many_login_attempts %] |
43 |
<div id="login_error"><strong>Error: </strong>This account has been locked!</div> |
43 |
<div id="login_error"><strong>Error: </strong>This account has been locked!</div> |
|
|
44 |
[% IF Koha.Preference('OpacResetPassword') %] |
45 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>. |
46 |
[% END %] |
44 |
[% ELSIF invalid_username_or_password %] |
47 |
[% ELSIF invalid_username_or_password %] |
45 |
<div id="login_error"><strong>Error: </strong>Invalid username or password</div> |
48 |
<div id="login_error"><strong>Error: </strong>Invalid username or password</div> |
46 |
[% END %] |
49 |
[% END %] |
47 |
- |
|
|