[Koha-bugs] [Bug 27312] Add a syspref to redirect patron after self registration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 29 14:40:58 CET 2020


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

--- Comment #1 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 114724
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114724&action=edit
Bug 27312 - Add a syspref to redirect patron after self registration

We have an authentication workflow that requires redirecting the
patron to a URL or path after successfull self registration. See
Bugzilla for further details.

This patch adds a syspref that takes a full URL or local path, and
if this is set, a patron will be redirected after completing the
self registration in the OPAC.

To test:
- Apply this patch, including running the atomic database update
- Enable PatronSelfRegistration and set a patron category in
  PatronSelfRegistrationDefaultCategory
- Do a self registration in the OPAC and check it works as expeced
- Fill inn a complete URL in RedirectURLAfterPatronSelfReg
- Do a new self registration in the OPAC and note that you are
  redirected to the URL you entered
- Check in the staff client that the patron was registered as
  expected, before being redirected
- Sign off

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list