@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -60,7 +60,7 @@ [% IF invalid_username_or_password || too_many_login_attempts %]
-

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.

+

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 [% Koha.Preference('FailedLoginAttempts') %] failed attempts[% END %]. Please contact a library staff member if you continue to have problems.

[% END %] @@ -168,6 +168,7 @@ +

[% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]

Forgot your password? --