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

Commit 21b26aa

Browse files
authored
Merge pull request #9104 from #9104
[Imported] The MFRGGZDF hash is the result of abcde
2 parents d8098d5 + c554e19 commit 21b26aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MFTF uses Google Authenticator to execute tests with 2FA enabled. The following
8181
bin/magento config:set twofactorauth/google/otp_window 60
8282
```
8383

84-
1. Generate a Base32-encoded string for the shared secret value. For example, encoding the string `abcd` with the online [Base32 Encode](https://emn178.github.io/online-tools/base32_encode.html) tool returns the value `MFRGGZDF`. Use the following key to add the encoded value to the MFTF `.credentials` file:
84+
1. Generate a Base32-encoded string for the shared secret value. For example, encoding the string `abcde` with the online [Base32 Encode](https://emn178.github.io/online-tools/base32_encode.html) tool returns the value `MFRGGZDF`. Use the following key to add the encoded value to the MFTF `.credentials` file:
8585

8686
```bash
8787
magento/tfa/OTP_SHARED_SECRET=MFRGGZDF

0 commit comments

Comments
 (0)