Defect #20648
closedUsers' "Last connection" is not updated correctly.
0%
Description
- Registered on: 2015-01-01 (value is an example)
- Last connection: 2015-09-01 (value is an example)
For some users, "Last connection" is not correct. Although the user logs in Redmine, "Last connection" date is not updated.
In our system, for example, a user logged in on August 31, 2015. But "Last connection" date is still "August 22, 2015".
It is also true in the Administration=>Users listing.
We are using this field to determine if the user is active or not. So We hope this field is correct.
Thank you all, in advance.
- Reported version
Redmine 2.5.0.stable.
Details are as follows.Environment: Redmine version 2.5.0.stable Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 3.2.17 Environment production Database adapter PostgreSQL
Files
Related issues
Updated by kaz k about 9 years ago
kaz k wrote:
It is also true in the Administratyion=>Users listing.
Sorry...typo.
"Administratyion"=>"Administration"
Updated by Toshi MARUYAMA about 9 years ago
- Status changed from New to Needs feedback
From #2820
- When a user logs in the User.last_login_on field is updated to the current time.
- When logging in via an autologin cookie the user's last_login_on be updated
How do you expect?
Updated by kaz k about 9 years ago
Toshi MARUYAMA wrote:
From #2820
- When a user logs in the User.last_login_on field is updated to the current time.
- When logging in via an autologin cookie the user's last_login_on be updated
How do you expect?
My expectations are as follows.
- As the field says "Last connection", it is natural that "Last connection" is to be updated every time when a user logs in, regardless of the autologin cookie ( and its expiration).
- There is a time duration of user's activity from Log-in to Log-out. "Last Connection" is not clear if it points the log-in time or log-out time, and sometimes log-out time is not captured precisely (for example, when the connection is broken). This is why I think Last log-in time is appropriate.
- "Last connection" might be renamed as "Last Log in".
- From the administrator's view, he/she wants to know how long a user has not logged in to determine if the user seems inactive or not. It does not depend on the use of autologin cookie.
Kind regards,
Updated by kaz k about 9 years ago
Attached is a screenshot of our Redmine user profile screen captured today. There are comments in it.
Hope this helps.
Updated by Toshi MARUYAMA about 9 years ago
- Status changed from Needs feedback to New
Updated by minkbear minkbear about 9 years ago
Found the same issue on version 2.6.1
Updated by Luiz Carlos Junior about 9 years ago
+1
My environment is:
Environment: Redmine version 2.6.2.stable Ruby version 1.9.3-p551 (2014-11-13) [x86_64-linux] Rails version 3.2.21 Environment production Database adapter Mysql2
Updated by Go MAEDA about 9 years ago
- File last_connection_fix.diff added
I have wrote a patch to fix this issue.
With this patch applied, "Last connection" is updated every time the application is accessed.
Updated by Go MAEDA about 9 years ago
- File last_connection_fix.diff last_connection_fix.diff added
Updated by Sebastian Paluch about 9 years ago
Go MAEDA wrote:
I have wrote a patch to fix this issue.
With this patch applied, "Last connection" is updated every time the application is accessed.
Great! This is how it should work.
Updated by kaz k about 9 years ago
Go MAEDA wrote:
I have wrote a patch to fix this issue.
With this patch applied, "Last connection" is updated every time the application is accessed.
Thank you very much !
I think the description of "Last connection" is better to be replaced with "Last Activity".
Because user may keep login for a few days and keep making updates. In this case, "Last connection" is older than the current date. If the patch works as described, the field indicates last access.
Updated by Go MAEDA about 9 years ago
- Target version set to Candidate for next major release
Updated by Ronald Heggenberger over 8 years ago
I'm running redmine with the following environment:
Redmine version 3.2.0.stable Ruby version 2.1.8-p440 (2015-12-16) [x86_64-linux-gnu] Rails version 4.2.5
but having the same issue... Will that patch be applied to 3.2.0 too?
Updated by Lotfi Trigui over 8 years ago
Ronald Heggenberger wrote:
I'm running redmine with the following environment:
[...]
but having the same issue... Will that patch be applied to 3.2.0 too?
I also have the same issue in 3.2.1 version
Updated by Go MAEDA over 6 years ago
- Related to Feature #28952: Update User#last_login_on only once per minute added
Updated by Go MAEDA over 2 years ago
- Related to Feature #37115: Update last_login_on when sending requests with API Key added