[Koha-bugs] [Bug 23538] Email Library when New Patrons Self Register

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 23:12:23 CEST 2022


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

--- Comment #4 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 133051
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133051&action=edit
Bug 23538: Email library when new patron self-registers

Test plan:
1. Apply patchset
2. Update database:
- cd installer/data/mysql
- sudo koha-shell <instance>
- ./updatedatabase.pl
3. Restart services
4. Set email addresses in:
- KohaAdminEmailAddress syspref
- EmailAddressForPatronRegistrations syspref
- Email address in the library branch
5. Enable PatronSelfRegistration syspref
6. Test the following use cases:
6.a. EmailPatronRegistrations syspref = 'none'. Submit OPAC registration.
= OUTCOME: Confirm no OPAC_REG notice in message_queue table

6.b. EmailPatronRegistrations syspref = 'email address of branch'. Submit OPAC
registration.
= OUTCOME: Confirm OPAC_REG notice in message_queue with to_address of
branch address

6.c. EmailPatronRegistrations syspref =
'EmailAddressForPatronRegistrations'. Submit OPAC registration.
= OUTCOME: Confirm OPAC_REG notice in message_queue with to_address
equalling EmailAddressForPatronRegistrations syspref

6.d. EmailPatronRegistrations syspref = 'KohaAdminEmailAddress'. Submit
OPAC registration.
= OUTCOME: Confirm OPAC_REG notice in message_queue with to_address
equalling KohaAdminEmaiLAddress syspref

7. Enable PatronSelfRegistrationVerifyByEmail syspref
8. Repeat steps 6.a, 6.b, 6.c, 6.d but this time confirm the expected
outcomes only happen AFTER you have clicked the verification link in the
OPAC_REG_VERIFY notice

Sponsored-by: Catalyst IT

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


More information about the Koha-bugs mailing list