-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: authenticationfeature: occ
Description
This would be useful to export users (ideally in JSON) with their TFA status.
(as a dream, this info should be produced alongside with occ user:list --info ...)
# occ twofactorauth:state --all
"user1": {
"totp": "true",
"backup_codes": "true",
},
"user2": {
"totp": "true",
"backup_codes": "false",
},
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: authenticationfeature: occ