From bd07839d04a72de0bed153e1fe77278196685115 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 31 Aug 2022 20:59:31 +0000 Subject: [PATCH] Bug 31483: Close
    tag properly on password reset page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Enable EnableExpiredPasswordReset 2) Find a patron and change their password so you know what it is supposed to be 3) In the database, expire the patron's password, e.g. UPDATE borrowers SET password_expiration_date = '2022-08-22' where borrowernumber = 21; 4) Go to the OPAC, try to log in with the patron's credentials 5) Click Reset your password => Note that the form is in the grey breadcrumbs box, you can compare with any other OPAC page, the grey box should only contain the breadcrumbs Signed-off-by: Joonas Kylmälä --- 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 8156b6b4be..ac9289310f 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 @@ -24,7 +24,7 @@ -
    -- 2.30.2