Bug 16985

Summary: Self registration verification e-mail is broken - no token at the end of the URL
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: jonathan.druart, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 14757    
Bug Blocks:    

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).