[Koha-bugs] [Bug 13096] Send account notice with login details in more situations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 3 15:29:38 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13096

--- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 33160
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33160&action=edit
Bug 13096: Send account notice when user completes self-registration

If you have enabled AutoEmailOPACUser, a notice is sent to a patron at
creation time. This patch will make Koha send a notice when someone
self-registers and submits or follows the verification link. The usercode
and password are prefilled on the form, but many patrons will find it
helpful to have them in a mail.

Instead of creating a new pref for this specific case, I have chosen to
extend pref AutoEmailOpacUser. These situations are very similar. The pref
text is adjusted in a follow-up.

Note: If the user does not enter an email address, he will not receive any
notice. (No verification link either.)

Test plan:
[1] Enable the prefs AutoEmailOPACUser and PatronSelfRegistration.
[2] Enable PatronSelfRegistrationVerifyByEmail.
[3] Self-register an account. Verify the account with the link in the mail.
    Check that you receive another mail with account details now.
[4] Disable PatronSelfRegistrationVerifyByEmail.
[5] Self-register again. Check if you receive a mail when submitting.

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


More information about the Koha-bugs mailing list