https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570 mark.gavillet@ptfs-europe.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff Assignee|koha-bugs@lists.koha-commun |mark.gavillet@ptfs-europe.c |ity.org |om CC| |mark.gavillet@ptfs-europe.c | |om --- Comment #8 from mark.gavillet@ptfs-europe.com --- Created attachment 72499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72499&action=edit Patch for bug 18570 Adds a new subroutine to C4/Letters.pm which sends the password reset email to the borrower through the message queue immediately. To test, set the syspref "OpacResetPassword" to "allowed", create a patron with an email address in their record, then click the "Forgotten password" link on the login screen. The new subroutine will match on borrowernumber and letter_code='PASSWORD_RESET' in the message queue and process the single entry, marking it as sent. If your mail server is not enabled, check the mail server logs to see the attempted send (e.g. /var/log/exim4/mainlog) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.