| Summary: | Self registration notification management | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
| Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | dcook, gmcharlt, kyle |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Christopher Brannon
2021-12-28 19:27:02 UTC
If you require email verification there won't be a patron account added immediately, so there is no borrowernumber the notice could be linked to. The patron account is only created after the user has clicked on the link in the email. But you might be referring to a different workflow? Maybe using the patron import tool or the ACCTDETAILS email? (In reply to Katrin Fischer from comment #1) > If you require email verification there won't be a patron account added > immediately, so there is no borrowernumber the notice could be linked to. > The patron account is only created after the user has clicked on the link in > the email. > > But you might be referring to a different workflow? Maybe using the patron > import tool or the ACCTDETAILS email? Isn't there another e-mail that goes to patrons after verification, and when staff create a patron account? When staff create an account manually ACCTDETAILS can be sent, but has some issues. You have to make sure certain fields are filled in before saving hte first time or it won't be sent. To my knowledge there is no email after verfification. Maybe you could do as a customization/using patron emailer. (In reply to Christopher Brannon from comment #2) > (In reply to Katrin Fischer from comment #1) > > If you require email verification there won't be a patron account added > > immediately, so there is no borrowernumber the notice could be linked to. > > The patron account is only created after the user has clicked on the link in > > the email. > > > > But you might be referring to a different workflow? Maybe using the patron > > import tool or the ACCTDETAILS email? > > Isn't there another e-mail that goes to patrons after verification, and when > staff create a patron account? There is now with the WELCOME email. And it can also be sent to self registered users and repeated anytime: bug 30214 |