[Koha-bugs] [Bug 18570] Password recovery e-mail only sent after message queue is processed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 11 11:26:19 CEST 2017


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

Jens Weber <jens.weber at phsh.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #7 from Jens Weber <jens.weber at phsh.ch> ---
I wonder if this (sending of password recovery messages as well as CHECKIN/-OUT
notices) could not be achieved by putting them in the message queue (i.e. the
default behaviour) and then have misc/cronjobs/process_message_queue.pl
triggered 'manually' by the relevant script.

For CHECKIN/CHECKOUT this would obviously happen rather often (maybe too
often?), but for password recovery -- rarely more than once an hour -- I can't
see how it would pose any problems.

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


More information about the Koha-bugs mailing list