Bug 18775 - The "Password Reset" notice should use the patron's homebranch's email...
authorDavid Kuhn <techservspec@gmail.com>
Sat, 10 Jun 2017 20:08:20 +0000 (13:08 -0700)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 13 Jul 2017 19:39:09 +0000 (16:39 -0300)
commita0b6bcfd55c0bdfc45f229ea5cc6373cece24432
treed4eb5c0a45751d5db05b163a0af37113d3f9463e
parente21d2ac864b651375a366b12ab30b0f5b506f1d3
Bug 18775 - The "Password Reset" notice should use the patron's homebranch's email as "from" address

To test:
1. Enable the password recovery feature.
2. In the OPAC, click on "Forgot you password?" link and enter requested information.
3. The email with the password reset link has the Koha Admin Email Address listed as the sender.
4. Apply the patch.
5. Repeat step 2. The email with the password reset link now has the the "from" address set for the patron's home branch listed as the sender.

Signed-off-by: Jessica Freeman <jessicafreeman@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Patron/Password/Recovery.pm