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

Commit f8bb605

Browse files
authored
Merge pull request #9175 from #9175
[Imported] update example for reset authenticator per account command for 2.4
2 parents 2a8fb2c + 238c223 commit f8bb605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ bin/magento security:tfa:reset <user> <provider>
108108
For example:
109109

110110
```bash
111-
bin/magento msp:security:tfa:reset admin google
111+
bin/magento security:tfa:reset admin google
112112
```
113113

114114
```bash
115-
bin/magento msp:security:tfa:reset admin u2fkey
115+
bin/magento security:tfa:reset admin u2fkey
116116
```
117117

118118
### Advanced emergency steps

0 commit comments

Comments
 (0)