Actions
Feature #34241
closedInclude twofa_scheme (two-factor scheme) column when exporting users to CSV
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
The upcoming Redmine 4.2 has a two-factor authentication feature (#1237). I suggest adding twofa_scheme column to users CSV. From the perspective of information security management of an organization, the feature to obtain two-factor authentication status for all users is useful.
Possible values:- "Disabled"
l("twofa__#{s}__label_activate")
(currently, "Authenticator app" (twofa__totp__name
) is the only supported scheme)
Files
Related issues
Updated by Go MAEDA about 4 years ago
- Related to Feature #1237: Add support for two-factor authentication added
Updated by Mizuki ISHIKAWA about 4 years ago
- File feature-34241.patch feature-34241.patch added
I attach the patch.
Updated by Go MAEDA about 4 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 4 years ago
- File feature-34241-v2.patch feature-34241-v2.patch added
Thank you for posting the patch. I slightly updated the patch.
- Redmine might support two-factor schemes other than TOTP in the feature, so I have changed
UsersHelper#csv_content
to allow other schemes - Moved "Two-factor authentication scheme" column before timestamp columns
Updated by Go MAEDA about 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA about 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.
Actions