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

Commit 238c223

Browse files
update example for reset authenticator per account command
1 parent 1e15649 commit 238c223

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)