Actions
Feature #33347
closedInclude updated_on and passwd_changed_on columns when exporting users to CSV
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
currently, there is no means to see updated_on and passwd_changed_on columns of users table. However, those timestamps are useful or necessary for admins or information security managers.
I think an easy way to make the timestamps visible is to include them when exporting users to CSV. It is easy to implement because there is any impact on the user interface.
Files
Related issues
Updated by Mizuki ISHIKAWA over 4 years ago
- File 31198.patch added
I have attached a patch to add columns.
Updated by Mizuki ISHIKAWA over 4 years ago
- File 31198-v2.patch added
It was fixed because the test was incorrect.
Updated by Mizuki ISHIKAWA over 4 years ago
- File 31198-v3.patch 31198-v3.patch added
Fixed because the test sometimes failed due to time zone.
Updated by Go MAEDA over 4 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 4 years ago
- File 33347-v4.patch 33347-v4.patch added
- Target version changed from Candidate for next major release to 4.2.0
I have slightly updated the patch as follows.
- Move the "Updated" column to after the "Created" column. This order is consistent with several REST API
- Change the translation for passwd_changed_on from "Last password change on" to "Password last changed"
Setting the target version to 4.2.0.
Updated by Go MAEDA over 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for adding the feature.
Updated by Go MAEDA over 4 years ago
- Subject changed from Export updated_on and passwd_changed_on fields as well when exporting users to CSV to Include updated_on and passwd_changed_on columns when exporting users to CSV
Updated by Go MAEDA over 4 years ago
- Related to Feature #33592: Include updated_on and passwd_changed_on columns in users API response added
Actions