Project

General

Profile

Actions

Feature #33347

closed

Include updated_on and passwd_changed_on columns when exporting users to CSV

Added by Go MAEDA almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Accounts / authentication
Target version:
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

31198-v3.patch (1.79 KB) 31198-v3.patch Mizuki ISHIKAWA, 2020-04-28 09:53
33347-v4.patch (1.76 KB) 33347-v4.patch Go MAEDA, 2020-04-29 07:13

Related issues

Related to Redmine - Feature #33592: Include updated_on and passwd_changed_on columns in users API responseClosedGo MAEDA

Actions
Actions #1

Updated by Mizuki ISHIKAWA almost 4 years ago

  • File 31198.patch added

I have attached a patch to add columns.

Actions #2

Updated by Mizuki ISHIKAWA almost 4 years ago

  • File 31198-v2.patch added

It was fixed because the test was incorrect.

Actions #3

Updated by Go MAEDA almost 4 years ago

  • File deleted (31198.patch)
Actions #4

Updated by Mizuki ISHIKAWA almost 4 years ago

Fixed because the test sometimes failed due to time zone.

Actions #5

Updated by Go MAEDA almost 4 years ago

  • File deleted (31198-v2.patch)
Actions #6

Updated by Go MAEDA almost 4 years ago

  • Target version set to Candidate for next major release
Actions #7

Updated by Go MAEDA almost 4 years ago

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.

Actions #8

Updated by Go MAEDA almost 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.

Actions #9

Updated by Go MAEDA almost 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
Actions #10

Updated by Go MAEDA almost 4 years ago

  • Related to Feature #33592: Include updated_on and passwd_changed_on columns in users API response added
Actions

Also available in: Atom PDF