Bug 14216 - Koha should send a notice (via e-mail/print/or both) when changes are made to a patron account.
Summary: Koha should send a notice (via e-mail/print/or both) when changes are made to...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 16:12 UTC by Christopher Brannon
Modified: 2024-01-22 02:15 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2015-05-18 16:12:16 UTC
Koha should send an e-mail to a patron's e-mail account (and optionally print) if changes are made to a patron's account, such as patron change request, updates to contact info, etc.  Not necessarily everything, like internal notes, should alert the patron.  No personal info should be included in the notice.  It should simply state if the account has been successfully updated, or if the account has been renewed (and for how long), etc, and direct the patron to login to the catalog to see the updated information.

Christopher
Comment 1 Christopher Brannon 2024-01-18 21:25:12 UTC
8 years later, this is still an important need.  I was just thinking the other day, it would be good if the patron was notified if their password was changed.
Comment 2 Katrin Fischer 2024-01-19 07:22:13 UTC
When the password is changed we have PASSWORD_CHANGE now.
Comment 3 Christopher Brannon 2024-01-19 15:51:03 UTC
This is the first I've heard of this notice and NotifyPasswordChange.  When was this added?

Regardless, we need to expand on this to include other important changes to the account.
Comment 4 Katrin Fischer 2024-01-19 18:00:42 UTC
(In reply to Christopher Brannon from comment #3)
> This is the first I've heard of this notice and NotifyPasswordChange.  When
> was this added?
> 
> Regardless, we need to expand on this to include other important changes to
> the account.

22.11: Bug 25936 - Notify users if their password has changed

I just wanted to update on the second point, a notice for other data makes sense as well.