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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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