Lines 45-51
Link Here
|
45 |
[% CASE 'invalid_credentials' %] |
45 |
[% CASE 'invalid_credentials' %] |
46 |
<span>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems.</span> |
46 |
<span>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems.</span> |
47 |
[% CASE 'no_expire' %] |
47 |
[% CASE 'no_expire' %] |
48 |
<span>Please log-in to account to update your password.</span></br> |
48 |
<span>Please log-in to account to update your password.</span><br /> |
49 |
<a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>. |
49 |
<a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>. |
50 |
[% CASE 'account_locked' %] |
50 |
[% CASE 'account_locked' %] |
51 |
This account has been locked! |
51 |
This account has been locked! |
52 |
- |
|
|