clean2fa: add cli instructions

This commit is contained in:
Mark O'Brien 2021-04-08 11:24:34 +01:00
parent 04b4e97cb6
commit 70f393ad58

View file

@ -1,4 +1,4 @@
# How to remove 2 factor authentication tokens in IPA
# How to remove 2 factor authentication tokens in IPA using ui
* log into `https://id.fedoraproject.org/ipa/ui/` using noggin credentials
@ -10,3 +10,13 @@
* Select the desired token and click delete. A popup will appear, click delete again to confirm.
# How to remove 2 factor authentication tokens in IPA using cli
* kinit as user with admin privileges on ipa server
* Run `ipa otptoken-find --owner=<username>`
* A list of the users otp tokens will be displayed. Copy `Unique ID` vlaue of the desired token
* Run `ipa otptoken-del <Unique_ID>`. The token is now removed