Open derBoogie opened 1 year ago
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.