Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] added dispatching of the LoginConfirmed event #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Wipster
Copy link

@Wipster Wipster commented Aug 25, 2021

It's a bit dirty as the LoginController has to be injected just to pass it to LoginConfirmedEvent constructor. A cleaner way would be FrontendLoginController to extend LoginController. I don't know what side effects this would have though. So this is a simple way to dispatch the PSR-14 event.

@starkstroem23
Copy link

Please add this pull request to make the PSR-14 Login event work again.
I test it. Only the use Section must be added:
use TYPO3\CMS\FrontendLogin\Controller\LoginController;
use TYPO3\CMS\FrontendLogin\Event\LoginConfirmedEvent;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants