[Koha-bugs] [Bug 35186] Remove html tags from sample notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 30 00:21:58 CET 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This removes unnecessary
      release notes|                            |<html></html> tags in two
                   |                            |email notices:
                   |                            |*
                   |                            |PASSWORD_RESET
                   |                            |*
                   |                            |STAFF_PASSWORD_RESET
                   |                            |These
                   |                            |notices are only updated in
                   |                            |new installations, for
                   |                            |existing installation
                   |                            |manually change the
                   |                            |notices.
                 CC|                            |david at davidnind.com

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

1. After applying the patch, ran reset_all, so that the notices are updated.

2. Needed to set the OpacResetPassword and KohaAdminEmailAddress system
preference. OpacResetPassword required for Patron account > More > Send
password reset option to appear.

3. To test sending emails using a Google account:
   3.1 Set up an App password in your Google Account
   3.2 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