Feature #33347
Include updated_on and passwd_changed_on columns when exporting users to CSV
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Accounts / authentication | |||
Target version: | 4.2.0 | |||
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.
Related issues
Associated revisions
Include updated_on and passwd_changed_on columns when exporting users to CSV (#33347).
Patch by Mizuki ISHIKAWA.
Update locales (#33347).
History
#1
Updated by Mizuki ISHIKAWA 9 months ago
- File 31198.patch added
I have attached a patch to add columns.
#2
Updated by Mizuki ISHIKAWA 9 months ago
- File 31198-v2.patch added
It was fixed because the test was incorrect.
#4
Updated by Mizuki ISHIKAWA 9 months ago
- File 31198-v3.patch
added
Fixed because the test sometimes failed due to time zone.
#7
Updated by Go MAEDA 9 months ago
- File 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.
#10
Updated by Go MAEDA 7 months ago
- Related to Feature #33592: Include updated_on and passwd_changed_on columns in users API response added