Lines 76-84
Link Here
|
76 |
<!-- This is what is displayed if user doesn't have permission or account is locked. (Do not expose more information than needed.) --> |
76 |
<!-- This is what is displayed if user doesn't have permission or account is locked. (Do not expose more information than needed.) --> |
77 |
<div class="alert alert-info"> |
77 |
<div class="alert alert-info"> |
78 |
<p |
78 |
<p |
79 |
>You entered an incorrect username or password. Please try again! But note that passwords are case |
79 |
>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. |
80 |
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 |
80 |
[% IF Koha.Preference('FailedLoginAttempts') %] |
81 |
continue to have problems.</p |
81 |
Your account will be locked after a fixed number of failed login attempts. |
|
|
82 |
[% END %] |
83 |
Please contact a library staff member if you continue to have problems.</p |
82 |
> |
84 |
> |
83 |
</div> |
85 |
</div> |
84 |
[% END %] |
86 |
[% END %] |