Lines 307-313
Link Here
|
307 |
[% PROCESS display_errors %] |
307 |
[% PROCESS display_errors %] |
308 |
|
308 |
|
309 |
[% IF patronid && nouser %] |
309 |
[% IF patronid && nouser %] |
310 |
<div class="alert alert-info"> |
310 |
<div class="alert alert-warning"> |
311 |
<p |
311 |
<p |
312 |
>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. |
312 |
>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. |
313 |
[% IF Koha.Preference('FailedLoginAttempts') %] |
313 |
[% IF Koha.Preference('FailedLoginAttempts') %] |
314 |
- |
|
|