From 5e2c9e56039322ffd9d75bfbe900a7ccda612cbb Mon Sep 17 00:00:00 2001 From: krisw Date: Thu, 7 Jul 2022 22:56:40 +0000 Subject: [PATCH] Bug 30762: Terminology: Go to Staff client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test plan Login to staff interface Go to Administration. Search EnableExpiredPasswordReset. Enable this preference. Save. Find your patron record and go to details. In the ‘OPAC/Staff interface login’ section, set the Password expiration date to the previous day. Save. Open the OPAC in a new window. Login to your account. It will fail. Click Reset your password. Follow the process to add a new password. Click update password. See that it says ‘Go to staff interface’ --- 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 cfbac7a6a5..8156b6b4be 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 @@ -70,7 +70,7 @@

Your password has successfully been updated

Go to OPAC [% IF ( Koha.Preference('staffClientBaseURL') && staff_access ) %] - Go to Staff client + Go to staff interface [% END %] [% ELSE %] -- 2.11.0