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
The event CreateConfirmationRequestEvent is not triggered when the confirmation email has been sent.
I include the events via the __invoke function. Other events such as BeforeUserConfirmEvent are working fine.
The text was updated successfully, but these errors were encountered:
derBoogie
changed the title
Helf needed with event listener
Help needed with event listener
Mar 30, 2023
derBoogie
changed the title
Help needed with event listener
Event CreateConfirmationRequestEvent not firing
Jun 19, 2023
I assume you only have confirmByUser without explicit admin confirmation, because in this case the event is indeed not triggered.
However, the event itself does not carry the information if it's a user or admin confirmation request and implementing this would be a breaking change, as to why we are moving this into our 13.x milestone now!
The event CreateConfirmationRequestEvent is not triggered when the confirmation email has been sent.
I include the events via the __invoke function. Other events such as BeforeUserConfirmEvent are working fine.
The text was updated successfully, but these errors were encountered: