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

Commit b8a609f

Browse files
authored
Merge pull request #9188 from #9188
[Imported] Added 2fa command to know available providers
2 parents 87af58f + 8a6fd0d commit b8a609f

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
@@ -47,6 +47,14 @@ After enabling and configuring 2FA for your Magento instance, Admin users need t
4747

4848
The extension supports command line options for disabling, revoking, and resetting authenticators. Use these commands when you cannot access the Admin UI.
4949

50+
### List all available 2FA providers
51+
52+
If you need to know all the available 2FA providers, enter the following command.
53+
54+
```bash
55+
bin/magento msp:security:tfa:providers
56+
```
57+
5058
### Disable authenticator
5159

5260
If you have issues with 2FA, you can disable 2FA globally for the Magento instance.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ MFTF uses Google Authenticator to execute tests with 2FA enabled. The following
9797

9898
The extension supports command line options to revoke and reset authenticators. Use these commands when you cannot access the Magento _Admin_.
9999

100+
### List all available 2FA providers
101+
102+
If you need to know all the available 2FA providers, enter the following command.
103+
104+
```bash
105+
bin/magento security:tfa:providers
106+
```
107+
100108
### Reset authenticator per account
101109

102110
If you need to manually reset a single user configuration, enter the following command. It restarts configuration and 2FA subscription for the user account.

0 commit comments

Comments
 (0)