Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 17c5409

Browse files
Add example for reset user 2FA configuration
1 parent 9f28563 commit 17c5409

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/guides/v2.3/security/two-factor-authentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ If you need to manually reset a single user configuration, enter the following c
6363
bin/magento msp:security:tfa:reset <username> <provider>
6464
```
6565

66+
For example
67+
68+
`bin/magento msp:security:tfa:reset admin google`
69+
70+
`bin/magento msp:security:tfa:reset admin u2fkey`
71+
72+
`bin/magento msp:security:tfa:reset admin authy`
73+
6674
### Advanced emergency steps
6775

6876
{:.bs-callout-warning}

0 commit comments

Comments
 (0)