Bug 16985 - Self registration verification e-mail is broken - no token at the end of the URL
Summary: Self registration verification e-mail is broken - no token at the end of the URL
Status: RESOLVED DUPLICATE of bug 16960
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: master
Hardware: All All
: P5 - low major (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 14757
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-26 21:27 UTC by Katrin Fischer
Modified: 2016-08-02 08:10 UTC (History)
2 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 Katrin Fischer 2016-07-26 21:27:36 UTC
When using  PatronSelfRegistrationVerifyByEmail with the patron self registration the patron is sent an email with a confirmation URL to confirm his/her e-mail address before the registration is finished.

The URL ends with a token. The token is now missing.

I have tried git bisecting it, but I ran into general problems with patron modifications being broken - but I suspect this might be related to bug 14757 as it works right before this was added. 

Adding Kyle in hope he can see what's going wrong there.
Comment 1 Jonathan Druart 2016-08-01 10:42:37 UTC
This seems a duplicate of bug 16960.

*** This bug has been marked as a duplicate of bug 16960 ***
Comment 2 Katrin Fischer 2016-08-01 20:26:28 UTC
Jonathan, are you sure it's a duplicate?
Comment 3 Jonathan Druart 2016-08-02 08:10:41 UTC
(In reply to Katrin Fischer from comment #2)
> Jonathan, are you sure it's a duplicate?

Not completely but it's about the same table (borrower_modifications, field verification_token).