Lines 296-304
Link Here
|
296 |
[% PROCESS display_errors %] |
296 |
[% PROCESS display_errors %] |
297 |
|
297 |
|
298 |
[% IF patronid && nouser %] |
298 |
[% IF patronid && nouser %] |
299 |
<div class="alert alert-warning"> |
299 |
<div class="alert alert-info"> |
300 |
<h3>Sorry</h3> |
300 |
<p |
301 |
<p>The userid <strong>[% patronid | html %]</strong> was not found in the database. Please try again.</p> |
301 |
>You entered an incorrect username or password. Please try again! But note that passwords are case |
|
|
302 |
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 |
303 |
continue to have problems.</p |
304 |
> |
302 |
</div> |
305 |
</div> |
303 |
[% END %] |
306 |
[% END %] |
304 |
|
307 |
|
305 |
- |
|
|