Feature #33347
closed
Include updated_on and passwd_changed_on columns when exporting users to CSV
Added by Go MAEDA over 4 years ago.
Updated over 4 years ago.
Category:
Accounts / authentication
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
I have attached a patch to add columns.
- File 31198-v2.patch added
It was fixed because the test was incorrect.
- File deleted (
31198.patch)
Fixed because the test sometimes failed due to time zone.
- File deleted (
31198-v2.patch)
- Target version set to Candidate for next major release
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.
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for adding the feature.
- 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
- Related to Feature #33592: Include updated_on and passwd_changed_on columns in users API response added
Also available in: Atom
PDF