- Issue created by @vodde83
- Merge request !15Issue #3466551: Users logins using a one-time login link are not logged → (Open) created by vodde83
- Status changed to Needs review
4 months ago 11:55am 7 August 2024
When a user logs in using a one-time login link - therefor bypassing the login form - there is no trail of it.
drush uli --uid=1
)admin/reports/audit-trail
). There will be no record that the user was logged in and/or used the linkAdd a hook_user_login
hook, as user_login_finalize
invokes \Drupal::moduleHandler()->invokeAll('user_login', [$account])
.
Perhaps also differentiate this 'operation' as not just 'login' but 'login_link' ?
Needs review
1.0
Code