[Koha-bugs] [Bug 32917] Change patron.firstname and patron.surname in password change sample notice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 23 01:46:35 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. After applying the patch, a reset_all loads the updated notice:
  - remember to add email address again to patron used to test

2. I also tested by actually sending the email[1] - this showed that the
formatting was fixed (line breaks now show where expected, so it is now nicely
formatted).

[1] To test sending emails using a Google account, edit
/etc/koha/sites/kohadev/koha-conf.xml file and add this configuration near the
end (where <user_name> = your Google email address; <password> = your APP
password, not your Google account password):

 <smtp_server>
    <host>smtp.gmail.com</host>
    <port>587</port>
    <timeout>5</timeout>
    <ssl_mode>STARTTLS</ssl_mode>
    <user_name>GOOGLEACCOUNTUSER</user_name>
    <password>GOOGLEAPPPASSWORD</password>
    <debug>1</debug>
 </smtp_server>

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


More information about the Koha-bugs mailing list