[Koha-bugs] [Bug 33084] New: OPAC self registration users greeted by error message due to "safe link" service.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 28 10:56:18 CET 2023


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

            Bug ID: 33084
           Summary: OPAC self registration users greeted by error message
                    due to "safe link" service.
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: andreas.jonsson at kreablo.se
        QA Contact: testopia at bugs.koha-community.org

Microsoft Office 365 redirects clicked links in emails to a "safe links"
service.  The "safe link" service will probe the link before redirecting the
user, which means that if the registration is completed by the GET-request, the
process is already done by the time the user loads the registration page.

The user will then be greeted with an error message that declares that the
registration process failed, although the account have actually been created.

In general we should not make database modifications based on GET-requests.  I
propose that the verification link should land on a page with a button which
needs to be clicked to send a POST-request to complete the registration.

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


More information about the Koha-bugs mailing list