@@ -, +, @@ ---------- -- it should say username. -- it should say username. -- you should be prompted username and error should say username as well. to login and not username. --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++-- .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 2 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -3,7 +3,7 @@ [% IF ( nopermission ) %]Access denied[% END %] [% IF ( timed_out ) %]Session timed out[% END %] [% IF ( different_ip ) %]IP address change[% END %] - [% IF ( invalid_username_or_password ) %]Invalid username or password[% END %] + [% IF ( invalid_username_or_password ) %]Invalid login or password[% END %] [% IF ( loginprompt ) %]Log in to Koha[% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -39,7 +39,7 @@ [% END %] [% IF ( invalid_username_or_password ) %] -
Error: Invalid username or password
+
Error: Invalid login or password
[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -53,7 +53,7 @@ [% IF ( invalid_username_or_password ) %]
-

You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.

+

You entered an incorrect login or password. Please try again! And remember, logins and passwords are case sensitive.

[% END %] --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt @@ -43,7 +43,7 @@ [% IF ( invalid_username_or_password ) %] -

You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.

+

You entered an incorrect login or password. Please try again! And remember, usernames and passwords are case sensitive.

[% END %] [% IF ( casAuthentication ) %] --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt @@ -312,8 +312,8 @@ Sorry, this self-checkout station has lost authentication. Please contact the a [% IF ( authbylogin ) %]
Please login with your username and password - - + + [% ELSE %] --