From 184b6188ba599967d6c7eb6e79cfc7f77df7ffd9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 8 Jan 2025 18:25:25 +0000 Subject: [PATCH] Bug 38713: Fix opac-reset-password.tt Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt index 481c36e8660..8ab6e7e4aca 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt @@ -45,7 +45,7 @@ [% CASE 'invalid_credentials' %] 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 a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems. [% CASE 'no_expire' %] - Please log-in to account to update your password.
+ Please log-in to account to update your password.
. [% CASE 'account_locked' %] This account has been locked! -- 2.34.1