Feature #35934
Show 2FA status in users list from administration with option to filter
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Administration | |||
Target version: | 5.0.0 | |||
Resolution: | Fixed |
Description
To control how many users enabled 2fa it is required to report it somehow. This could by just "2fa status" in users grid and filter/sort possibility.
Related issues
Associated revisions
Add "Two-factor authentication" filter and column to Users list in administration (#35934).
Display "Two-factor authentication" on two lines to save some space (#35934).
History
#1
Updated by Maciej Liżewski 8 months ago
Environment: Redmine version 4.2.2.stable Ruby version 2.5.5-p157 (2019-03-15) [x86_64-linux-gnu] Rails version 5.2.6 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp
#2
Updated by Marius BALTEANU 8 months ago
- Assignee set to Marius BALTEANU
- Target version set to Candidate for next major release
Nice ideea.
#3
Updated by Go MAEDA 8 months ago
- File twofa-scheme-in-users-csv.png added
As an immediate workaround, you can get the information by exporting users as CSV (#34241).
#4
Updated by Maciej Liżewski 7 months ago
@Go MAEDA - thanks I just figured it out by myself and wanted to add that info here! :)
Anyways - it is not clear enough that it is there and it is probably more like luck you found it...
#5
Updated by Marius BALTEANU 7 months ago
- Related to Feature #1237: Add support for two-factor authentication added
#6
Updated by Marius BALTEANU 7 months ago
- File 2fa.png added
The following implementation is enough?
#7
Updated by Marius BALTEANU 4 months ago
- Subject changed from Report showing users and their 2fa status to Show 2FA status in users list from administration with option to filter
- Status changed from New to Closed
- Target version changed from Candidate for next major release to 5.0.0
- Resolution set to Fixed
Feature added in r21380:
- you can filter the users by their 2FA status
- the column was added to the list.
#8
Updated by Marius BALTEANU 4 months ago
- Category changed from Accounts / authentication to Administration