Vote #81133
完了Include twofa_scheme (two-factor scheme) column when exporting users to CSV
0%
説明
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" (@twofatotp_name@) is the only supported scheme)
journals
--------------------------------------------------------------------------------
I attach the patch.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
Committed the patch. Thank you for your contribution.
--------------------------------------------------------------------------------
related_issues
relates,Closed,1237,Add support for two-factor authentication
Admin Redmine さんが3年以上前に更新
- カテゴリ を Accounts / authentication_7 にセット
- 対象バージョン を 4.2.0_152 にセット