in2code-de / femanager

Modern TYPO3 Frontend User RegistrationTYPO3 Frontend User Registration and Management based on Extbase and Fluid and on TYPO3 8 and the possibility to extend it to your needs. Extension basicly works like sr_feuser_register
https://www.in2code.de/agentur/typo3-extensions/femanager/
48 stars 118 forks source link

Event CreateConfirmationRequestEvent not firing #489

Open derBoogie opened 1 year ago

derBoogie commented 1 year ago

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.

pixeldesu commented 1 day 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!