Feature #34241
Include twofa_scheme (two-factor scheme) column 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
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)
Related issues
Associated revisions
Include twofa_scheme (two-factor scheme) column when exporting users to CSV (#34241).
Patch by Mizuki ISHIKAWA.
Update locales (#34241).
History
#1
Updated by Go MAEDA 4 months ago
- Related to Feature #1237: Add support for two-factor authentication added
#4
Updated by Go MAEDA 4 months ago
- File 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