- Issue created by @sonfd
- Merge request !27Issue 3491314: Move last login / access emissions to hook_user_login β (Open) created by sonfd
- πΊπΈUnited States sonfd Portland, ME
MR !27 addresses this.
But, I believe I see why this was done via submit handler now - if a user logs in via any method other than user_login_form, those timestamps won't be accurate, I believe they'd show the current login time. So rather than address that issue (I don't know how we would address that issue), we are only displaying them if logging in via user_login_form.
As a result, I think this should probably be Closed (works as designed), but I'll leave it to a maintainer to make that decision.