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

Commit 0d088d9

Browse files
authored
Merge pull request #9173 from #9173
[Imported] Add example for reset user 2FA configuration command for 2.3 and 2.4
2 parents b039e98 + f89fbd9 commit 0d088d9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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+
```bash
69+
bin/magento msp:security:tfa:reset admin google
70+
71+
bin/magento msp:security:tfa:reset admin u2fkey
72+
```
73+
6674
### Advanced emergency steps
6775

6876
{:.bs-callout-warning}

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

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

108+
For example:
109+
110+
```bash
111+
bin/magento msp:security:tfa:reset admin google
112+
113+
bin/magento msp:security:tfa:reset admin u2fkey
114+
```
115+
108116
### Advanced emergency steps
109117

110118
{:.bs-callout-warning}

0 commit comments

Comments
 (0)