Two-Factor Authentication
Two-Factor Authentication
Two-factor authentication adds an additional security layer to the account. After entering the normal username and password, the user must also provide a temporary verification code generated by an authenticator application.
Overview
When two-factor authentication is enabled, account access requires two verification factors:
Authenticator application required
Install a compatible authenticator application, such as Google Authenticator, on the mobile device before beginning the setup.
Enable Two-Factor Authentication
Open the account menu in the upper-right corner of the dashboard and click Settings.
In the settings window, open the Account tab and click Set Up Two-Factor Authentication.
Confirm the current account password when prompted.
Open the authenticator application on the mobile device and add a new account using one of the available methods:
- Scan the displayed QR code.
- Enter the account and secret key manually.
The authenticator application generates a six-digit verification code that is refreshed approximately every 30 seconds. Enter the current code in the dashboard and click Next.
Save the displayed recovery codes. These codes provide one-time access when the authenticator device cannot be used.
Use Download or Copy to store the codes securely. Select I’ve saved the data and click Done.
Keep recovery codes secure
Recovery codes may be the only way to restore access after losing the registered mobile device. Each code can be used only once. Store them in a secure password manager or another protected location.
Sign In with Two-Factor Authentication
After two-factor authentication is enabled, complete the normal sign-in process with the account login and password. The platform then requests an additional security code.
Enter either:
- The current six-digit code from the authenticator application.
- One unused recovery code when the registered device is unavailable.
Expected result
The account is protected by two-factor authentication, and every dashboard login requires an additional verification code.
Manage Recovery Codes
Accounts with two-factor authentication enabled can display, download, copy, or regenerate their recovery codes.
Go to Settings > Account and click View Recovery Codes.
Confirm the account password to continue.
Review the currently available recovery codes. Use Download or Copy to save them.
Generate a new set of codes when the existing codes have been used or may have been exposed. Click the recovery-code regeneration link and confirm the operation.
Previous codes become invalid
After a new set of recovery codes is generated, all earlier recovery codes stop working.
Disable Two-Factor Authentication
Open Settings > Account and click Disable Two-Factor Authentication.
Confirm the decision and enter the current account password. Click Continue to complete the operation.
Device-loss recovery
When the registered device is lost, use an unused recovery code to sign in. Two-factor authentication can then be disabled or configured again with a new device.
After deactivation, the account can be accessed using only the normal login and password.
Use API with Two-Factor Authentication
For an account protected by two-factor authentication, API authentication requires an additional verification step after the normal sign-in request.
Automation recommendation
Personal access tokens are generally more suitable than account passwords and temporary authenticator codes for integrations, command-line tools, and automated scripts.
