Hello, Anvil community,
I’ve noticed a potential issue with the accuracy of the “last_login” field in my user table, some times it’s not accurate. Has anyone else experienced this? Any insights or solutions would be much appreciated.
Thanks,
Hello, Anvil community,
I’ve noticed a potential issue with the accuracy of the “last_login” field in my user table, some times it’s not accurate. Has anyone else experienced this? Any insights or solutions would be much appreciated.
Thanks,
The time displayed in the IDE UI will be in UTC time. Might that account for the difference? Without more details on what you’re seeing, it’s hard to say what might be happening.
I am seeing a difference in days, I know for sure a user logged in today but its displaying last login at the 9.
Do you allow remembered logins?
Yes I have added remembered
Is it possible that that’s the explanation? I.e. people are accessing your app, but since they are remembered, that last_login field is not updating?
I just tested, and the field does not update on a remembered login, only an actual login where the user enters credentials.
Thank you both realy helpful