https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30299

            Bug ID: 30299
           Summary: Create a Registration API to allow for use of email
                    verification when outside systems are registering
                    patrons
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Some discovery systems (Aspen for instance) provide a self registration
function.
Currently the Koha preference 'PatronSelfRegistrationVerifyByEmail' cannot be
utilized via the API.

We propose to add two endpoints:
1 - Registration
    - This will take a borrower object, verify the required/unwanted fields,
and create a patron modification request as on 'opac-memberentry.pl' when
verification is enabled
    - The endpoint will take an option to send/suppress the email from Koha so
that integrating systems may generate their own
    - The endpoint will take an optional return URL to be passed through when
generating the verification email so the outside system can handle the
verification
    - The endpoint will return the verification token
2 - Verification
    - The endpoint will accept the token generated above and complete patron
creation as in opac-registration-verify.pl

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to