Koha
[% IF (Koha.Preference('StaffLoginInstructions')) %][% Koha.Preference('StaffLoginInstructions') %]
[% END %]
[% IF ( nopermission ) %]
Error:
You do not have permission to access this page.
Log in as a different user
[% END %] [% IF ( timed_out ) %]Error: Session timed out.
Please log in again
[% END %]
[% IF ( different_ip ) %]
Please log in again
Error: IP address has changed. Please log in again
[% END %]
[% IF ( wrongip ) %]
Error: Autolocation is switched on and you are logging in with an IP address that doesn't match your library.
[% END %]
[% IF too_many_login_attempts %]
Error: This account has been locked!
[% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %]
You must reset your password.
[% END %]
[% ELSIF invalid_username_or_password %]
Error: Invalid username or password
[% END %]
[% IF ( casAuthentication ) %]
Cas login
[% IF ( invalidCasLogin ) %]Sorry, the CAS login failed.
[% END %] [% IF ( casServerUrl ) %]If you have a CAS account, please click here to login.
[% END %] [% IF ( casServersLoop ) %]
If you have a CAS account, please choose against which one you would like to authenticate:
-
[% FOREACH casServer IN casServersLoop %]
- [% casServer.name %] [% END %] [% END %] [% END %] [% IF ( nopermission ) %] [% END %]