You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea is to add 2 new actions to the EventController, which have the same signature as the current confirmRegistrationAction and cancelRegistrationAction. The new actions will not directly confirm/cancel the registration, but show a confirmation form. When the confirmation form is submitted, the user is redirected to the existing confirmRegistrationAction or cancelRegistrationAction with the previusly received $reguid and $hmac.
The text was updated successfully, but these errors were encountered:
derhansen
changed the title
[FEATURE] Add new cancel registration action with Opt-Out option
[FEATURE] Add new confirm and cancel registration actions withverification
Jun 12, 2024
derhansen
changed the title
[FEATURE] Add new confirm and cancel registration actions withverification
[FEATURE] Add new confirm and cancel registration actions with verification step
Jun 12, 2024
Idea is to add 2 new actions to the
EventController
, which have the same signature as the currentconfirmRegistrationAction
andcancelRegistrationAction
. The new actions will not directly confirm/cancel the registration, but show a confirmation form. When the confirmation form is submitted, the user is redirected to the existingconfirmRegistrationAction
orcancelRegistrationAction
with the previusly received$reguid
and$hmac
.The text was updated successfully, but these errors were encountered: