Actions
Bug #80264
closedAdd signal slot for successful login
Start date:
2017-03-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
For one feature in our project we need a new signal slot / hook in the login process.
Since there is only a hook for unsuccessful Backend logins, I added a new signal slot for successful logins.
As far as I know, signal slots are the replacement for hooks. Because of this I add a signal slot instead of a hook.
Actions