https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37691 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #170561|0 |1 is obsolete| | --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 170606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170606&action=edit Bug 37691: Improve visibility of password expiration reset link This patch moves the password expiration reset link into the error box so that it is more prominent. To test, apply the patch and rebuild the staff interface CSS: https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff... Try to log in to the staff interface as a user whose password has expired. You will probably have to use SQL to update a patron record directly, e.g. UPDATE borrowers SET password_expiration_date = '2022-01-01' WHERE borrowernumber = X; When you submit your login details the page should reload with an error message: "Error: Your password has expired." Within the red dialog you should see the "You must reset your password" link. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.