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
Copy file name to clipboardExpand all lines: docs/services/control-panel/how-to-use-2fa-on-the-control-panel.md
+35-28Lines changed: 35 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,46 +13,53 @@ redirect_from:
13
13
14
14
# How to Use 2FA on the Control Panel
15
15
16
-
Two factor authentication, also known as two-step verification, is a more secure way of logging in than logging in with just a password, because everyone receives a unique code to log in. In this article we explain how to use two factor authentication on the Control Panel.
16
+
Two-Factor Authentication (2FA), also called two-step verification, adds an extra layer of security to your Hypernode Control Panel account. Instead of signing in with only a password, you also confirm your identity with a one-time code from your authentication app.
17
17
18
-
How 2FA Works:
18
+
This makes it significantly harder for unauthorized users to access your account, even if your password is compromised.
19
19
20
-
- You'll need access to your mobile device when signing in to the Control Panel.
21
-
- You'll enter a verification code each time you sign in. You can also select the **Remember this device for 30 days** option to receive a verification code prompt only once every 30 days.
22
-
- You'll need a verification app to receive the verification code.
20
+
## How 2FA Works:
23
21
24
-
## How to Enable 2FA
22
+
- You need access to your mobile device when signing in.
23
+
- After entering your password, you are asked for a 6-digit verification code.
24
+
- The code is generated by an authentication app on your phone.
25
+
- You can choose **“Remember this device for 30 days”** to avoid entering a code on that device for the next 30 days.
25
26
26
-
First, you need to download and install an authentication app. A few options are Google Authenticator, Duo Mobile, 1Password or Authy.
27
+
## What You Need Before Enabling 2FA
27
28
28
-
Then, you can turn on 2FA for your Hypernode Control Panel:
29
+
You must install an authentication app on your mobile device. Common options include:
29
30
30
-
1. Sign in to the Hypernode Control Panel.
31
-
1. Hover over your username in the upper right corner.
32
-
1. Click on Account settings.
33
-
1. Click**Manage 2FA** to manage your 2FA settings.
34
-
1. Click the **Activate 2FA**button and click on **Start now**.
35
-
1. Add a new account in your authentication app. In most apps, you can do this by tapping the + icon.
36
-
1. Scan the QR code by using your device's camera. If you prefer, you can choose to enter the code by hand.
37
-
1. On Hypernode's 2FA configuration page, enter the 6-digit verification code that your authentication app generates.
38
-
1. To finish, click **Confirm**.
31
+
- Google Authenticator
32
+
- Okta Verify
33
+
- Duo Mobile
34
+
- Authy
35
+
- 1Password
39
36
40
-
You'll receive an email when you enable 2FA and this will also be shown in the logs.
37
+
Any app that supports time-based one-time passwords (TOTP) will work.
41
38
42
-
## How to Disable 2FA
39
+
## How to Enable 2FA
43
40
44
41
1. Sign in to the Hypernode Control Panel.
45
-
1. Hover over your username in the upper right corner.
46
-
1. Click on Account settings.
47
-
1. Click**Manage 2FA** to manage your 2FA settings.
48
-
1. Click on **Disable Two-Factor Authentication** and enter the verification code to confirm.
42
+
1. Hover over your username in the top-right corner.
43
+
1. Select **Account settings**.
44
+
1. Click **Manage 2FA**.
45
+
1. Scan the QR code using your authentication app. You can also choose to enter the setup key manually.
46
+
1. Enter the 6-digit verification code generated by your app.
47
+
1. Click **Confirm** to finish setup.
49
48
50
-
You'll receive an email when you disable 2FA and this will also be shown in the logs.
49
+
Once enabled, you will receive a confirmation email and the action will be logged in your account activity.
51
50
52
-
## Troubleshooting
51
+
## Disabling 2FA
52
+
53
+
For security reasons, 2FA can no longer be disabled directly from the Control Panel.
53
54
54
-
### Backup Codes
55
+
If you need to disable 2FA, please contact Hypernode Support at **support@hypernode.com**.
56
+
57
+
## Recovery from Lost Authentication App
58
+
59
+
If you lose access to your authentication app, contact **support@hypernode.com** for assistance.
60
+
61
+
## Troubleshooting
55
62
56
-
If you lose your phone or you've deleted your authentication app, you can use one of the backup codes to sign in. Each code can only be used once. Your backup codes were provided at the time you set up 2FA, but you can always find them on your Account page. We highly recommend you to save these codes somewhere safe.
63
+
### Cannot Verify TOTP Code
57
64
58
-
If you receive a verification code you didn't request, there is a possibility that there's been an attempt to compromise your account. We recommend accessing your account and changing your password as soon as possible. If you lose access to your 2FA code generator, contact support@hypernode.com.
65
+
If you cannot verify the TOTP code, and getting "Entered token is not valid." message, please check your time settings on your mobile device. TOTP codes are time-sensitive, and incorrect time settings can lead to verification failures. If your device time is incorrect, you can try to sync it with the Internet.
0 commit comments