Bugzilla – Attachment 139979 Details for
Bug 31483
Minor UI problem in opac-reset-password.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31483: Correct tiny HTML error on password reset page
Bug-31483-Correct-tiny-HTML-error-on-password-rese.patch (text/plain), 1.55 KB, created by
Owen Leonard
on 2022-08-30 10:58:55 UTC
(
hide
)
Description:
Bug 31483: Correct tiny HTML error on password reset page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-08-30 10:58:55 UTC
Size:
1.55 KB
patch
obsolete
>From 4e596f3de4e368340172e969bdd03549cc8ac5fb Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 29 Aug 2022 22:37:16 +0000 >Subject: [PATCH] Bug 31483: Correct tiny HTML error on password reset page > >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 >6) Apply patch >7) Try steps 4-5 again. The gray breadcrumbs box should be for > breadcrumbs only! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt | 1 - > 1 file changed, 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..dd625c255f 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,6 @@ > <li class="breadcrumb-item active"> > <a href="#" aria-current="page">Reset your password</a> > </li> >- </ > </nav> <!-- /#breadcrumbs --> > > <div class="container-fluid"> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31483
:
139970
|
139979
|
139993
|
140019
|
140043