Summary: | Add cancellation link to hold notification e-mails | ||
---|---|---|---|
Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | black23, gmcharlt, lisette, marjorie.barry-vila, sally.healey |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Christopher Brannon
2015-04-09 15:21:00 UTC
This would be nice. We have people who try to e-mail us back, but the e-mail used is not checked regularly (we have a line in our notices that it isn't but people still try.) If they could cancel it the way Christopher described, that would be great. Lisette I think achieving this without having to log in first is the harder bit, because you want a link that cannot be guessed and misused by someone else. You'd need a token or similar that only the email recipient and Koha know. A link into the catalog would be easier. (In reply to Katrin Fischer from comment #2) > I think achieving this without having to log in first is the harder bit, > because you want a link that cannot be guessed and misused by someone else. > You'd need a token or similar that only the email recipient and Koha know. A > link into the catalog would be easier. Maybe the token could be based on the reservation ID, or that and the borrower ID? |