<< Back to previous view |
![]() |
[QB-3440] Last Login is not getting updated for REST api users
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.0.7, 8.0.8, 8.0.9, 8.0.10, 8.0.11, 8.0.12, 8.0.13, 8.0.14, 8.0.15, 7.0.32, 8.0.16, 8.0.17, 8.0.20, 8.0.21, 8.0.22, 8.0.23, 8.0.24, 8.0.25, 8.0.26, 8.0.27, 8.0.28, 8.0.29, 8.0.30, 8.0.31, 8.0.32, 8.0.33, 8.0.34, 8.0.35, 8.0.36, 8.0.37, 8.0.38 |
Fix Version/s: | 9.0.20 |
Type: | Bug | Priority: | Major |
Reporter: | Prinkush Kalra | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
I am getting incorrect results when I am trying to fetch users from a specific time in my script.
As the last login timestamp is not updated in few cases. It seems that user last login is updated only when login through UI . In case of using REST api, last login details are not properly updated ex) curl -u user:password -d@tempfile.xml https://localhost/rest/build_requests Login time is not updated. Could you please let us know solution for this? Thank You |