[Koha-bugs] [Bug 32917] New: 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
Wed Feb 8 21:47:12 CET 2023


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

            Bug ID: 32917
           Summary: Change patron.firstname and patron.surname in password
                    change sample notice
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org

Unless I am mistaken, I think the password change sample notice/notice should
contain [% borrower.firstname %] and [% borrower.surname %] rather than [%
patron.firstname %] and [% patron.surname %]

from installer/data/mysql/en/mandatory/sample_notices.yml

        - module: members
          code: PASSWORD_CHANGE
          branchcode: ""
          name: "Notification of password change"
          is_html: 1
          title: "Library account password change notification for [%
patron.firstname %] [% patron.surname %]"
          message_transport_type: email
          lang: default
          content:
            - "Dear [% patron.firstname %] [% patron.surname %],"
            - ""
            - "We want to notify you that your password has been changed. If
you did not change it yourself (or requested that change), please contact
library staff."
            - ""
            - "Your library."

-- 
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