@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -57,19 +57,10 @@ [% END %] - [% IF too_many_login_attempts %] + [% IF invalid_username_or_password || too_many_login_attempts %] +
- This account has been locked! - [% IF Koha.Preference('OpacResetPassword') %] - You must reset your password. - [% ELSE %] - Please contact a library staff member. - [% END %] -
- [% ELSIF invalid_username_or_password %] - -
-

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

+

You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive. Please contact a library staff member if you continue to have problems.

[% END %] --