-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Representation of never logged in users #531
Comments
The next release notes will include a request to run the following which is safe to do now also @rfc1036: UPDATE `customer_to_users`
SET last_login_date = NULL
WHERE last_login_date = '1970-01-01 00:00:00'; |
@barryo Should be 01:00:00 instead of 00:00:00 :) Same typo in release docs. |
Don't think so. Not for me anyway. |
The initial post here states 01:00:00, and it was the same for me. |
I'm using CEST timezone, if that matters. |
I had noticed the same thing and assumed that it was timezone-dependent. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE TYPE
Bug Report
VERSION
SUMMARY
Older never-logged-in users show epoch(0) "1970-01-01 01:00:00" as their "last login" time instead of "Never" like newer users. Maybe the upgrade procedure can fix them?
The text was updated successfully, but these errors were encountered: