[% IF ( nopermission ) %]
[% END %]
[% IF ( timed_out ) %]
Error: Session timed out, please log in again
[% END %]
[% IF ( different_ip ) %]
Error: IP address has changed, please log in again
[% END %]
[% IF ( invalid_username_or_password ) %]
Error: Invalid username or password
[% END %]
[% IF ( loginprompt ) %]
Welcome to the Koha [%- Koha.Version.release | html -%] web installer
Before we begin, please verify you have the correct credentials to continue. Please log in with the username and password given to you by your systems administrator and located in your koha-conf.xml
configuration file.
[% END %]