You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Set a base32encoded `secret` for `Google Authenticator` to generate OTP for the default admin user that you set for `MAGENTO_ADMIN_USERNAME` in .env.
22
+
Set a base32-encoded `secret` for `Google Authenticator` to generate a OTP for the default admin user that you set for `MAGENTO_ADMIN_USERNAME` in `.env`:
Save the same base32encoded `secret` in MFTF Credential Storages, e.g. `.credentials` file, `HashiCorp Vault` or `AWS Secrets Manager`.
28
-
More details [here](../credentials.md).
30
+
Save the same base32-encoded `secret` in a MFTF credential storage, e.g. `.credentials` file, `HashiCorp Vault` or `AWS Secrets Manager`.
31
+
More details are [here](../credentials.md).
29
32
30
33
The path of the `secret` should be:
31
34
@@ -35,11 +38,11 @@ magento/tfa/OTP_SHARED_SECRET
35
38
36
39
## GetOTP {#getOTP}
37
40
38
-
One-time password (OTP) is required when an admin user logs in to Magento Admin page.
39
-
Use action `getOTP`[Reference](../test/actions.md#getotp) to generate the code and use it for the `Authenticator code` text field in 2FA - Google Auth page.
41
+
A one-time password (OTP) is required when an admin user logs into the Magento admin.
42
+
Use the action `getOTP`[Reference](../test/actions.md#getotp) to generate the code and use it for the `Authenticator code` text field in 2FA - Google Auth page.
40
43
41
44
Note:
42
-
You will need to set the `secret` for any nondefault admin users first before using `getOTP`. For example
45
+
You will need to set the `secret` for any non-default admin users first, before using `getOTP`. For example:
0 commit comments