clean2fa: add cli instructions
This commit is contained in:
parent
04b4e97cb6
commit
70f393ad58
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue