[Koha-bugs] [Bug 31483] Minor UI problem in opac-reset-password.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 12:58:55 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139970|0                           |1
        is obsolete|                            |

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 139979
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139979&action=edit
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 at myacpl.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list