https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37691
--- Comment #1 from Owen Leonard <[email protected]> --- Created attachment 170560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170560&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 attempt 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_expiry_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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
