Bug #98237
closedBackend Logins not beeing writtin into log
100%
Description
Hello,
if a Backend-User performs a successful login, no log-data is written to the sys_log table.
Logouts are written into the database, but not logins.
Files
Updated by Katharina Strasser over 2 years ago
I've tested it.
$this->writelog(SystemLogType::LOGIN, SystemLogLoginAction::LOGIN, SystemLogErrorClassification::MESSAGE, 1, 'User %s logged in from ###IP###', [$tempuser[$this->username_column]], '', '', '');
in typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
Is not triggerd by a backend-login.
Edit: its not triggered if an MFA is used
Updated by Markus Klein over 2 years ago
- Category changed from Logging to Authentication
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75617
Updated by Susanne Moog over 2 years ago
After the patch is applied:
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75617
Updated by Susanne Moog over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 50059a0fc475138b0336269e569fc7f0c6e6d08d.
Updated by Gerrit Code Review over 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75863
Updated by Susanne Moog over 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset ac1703aeb8017af1858de511356e65bc06651b68.