Bug 30040

Summary: Patron attributes in self-registration should work with PatronSelfRegistrationVerifyByEmail
Product: Koha Reporter: Donna <bwsdonna>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, kyle, nick
Version: 21.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Donna 2022-02-07 21:15:38 UTC
Libraries are finding it essential to use extended patron attributes during self-registration.  Unfortunately, as clearly stated in the attribute set up, they will not work with PatronSelfRegistrationVerifyByEmail.  Libraries need to be able to use both of these functions, together.
Comment 1 Kyle M Hall 2022-02-10 13:46:56 UTC
The patron is not created in the borrowers table until the email verification link has been clicked. We need a place to store those authorised values temporarily. Perhaps an additional field in borrower_modifications to store the AV values as JSON temporarily.
Comment 2 Nick Clemens (kidclamp) 2022-02-17 14:07:58 UTC

*** This bug has been marked as a duplicate of bug 30120 ***