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
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).
31
+
More details are [here](./credentials.md).
32
32
33
33
The path of the `secret` should be:
34
34
@@ -39,7 +39,7 @@ magento/tfa/OTP_SHARED_SECRET
39
39
## GetOTP {#getOTP}
40
40
41
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.
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.
43
43
44
44
Note:
45
45
You will need to set the `secret` for any non-default admin users first, before using `getOTP`. For example:
0 commit comments