Lines 297-305
Link Here
|
297 |
[% PROCESS display_errors %] |
297 |
[% PROCESS display_errors %] |
298 |
|
298 |
|
299 |
[% IF patronid && nouser %] |
299 |
[% IF patronid && nouser %] |
300 |
<div class="alert alert-warning"> |
300 |
<div class="alert alert-info"> |
301 |
<h3>Sorry</h3> |
301 |
<p |
302 |
<p>The userid <strong>[% patronid | html %]</strong> was not found in the database. Please try again.</p> |
302 |
>You entered an incorrect username or password. Please try again! But note that passwords are case |
|
|
303 |
sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you |
304 |
continue to have problems.</p |
305 |
> |
303 |
</div> |
306 |
</div> |
304 |
[% END %] |
307 |
[% END %] |
305 |
|
308 |
|
306 |
- |
|
|