-
Notifications
You must be signed in to change notification settings - Fork 37
Update: How to use 2FA #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
909d763
Update: How to use 2FA
burak-tb cd3dc59
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself bd0de77
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself fa2d7ac
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself 5910d91
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself 6ed9b7b
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself 6aa87bb
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself 0920aa3
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself 8f4b748
Merge branch 'master' into update-how-to-use-2fa
ikidnapmyself 627fa55
Update docs/services/control-panel/how-to-use-2fa-on-the-control-pane…
ikidnapmyself a16aa8d
Add troubleshooting section
burak-tb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,46 +13,64 @@ redirect_from: | |
|
|
||
| # How to Use 2FA on the Control Panel | ||
|
|
||
| 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. | ||
| 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. | ||
|
|
||
| How 2FA Works: | ||
| This makes it significantly harder for unauthorized users to access your account, even if your password is compromised. | ||
|
|
||
| - You'll need access to your mobile device when signing in to the Control Panel. | ||
| - 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. | ||
| - You'll need a verification app to receive the verification code. | ||
| ## How 2FA Works: | ||
|
|
||
| - You need access to your mobile device when signing in. | ||
| - After entering your password, you are asked for a 6-digit verification code. | ||
| - The code is generated by an authentication app on your phone. | ||
| - You can choose **“Remember this device for 30 days”** to avoid entering a code on that device for the next 30 days. | ||
|
|
||
| ## What You Need Before Enabling 2FA | ||
|
|
||
| You must install an authentication app on your mobile device. Common options include: | ||
|
|
||
| - Google Authenticator | ||
| - Okta Verify | ||
| - Duo Mobile | ||
| - Authy | ||
| - 1Password | ||
|
|
||
| Any app that supports time-based one-time passwords (TOTP) will work. | ||
|
|
||
| ## How to Enable 2FA | ||
|
|
||
| First, you need to download and install an authentication app. A few options are Google Authenticator, Duo Mobile, 1Password or Authy. | ||
| 1. Sign in to the Hypernode Control Panel. | ||
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Hover over your username in the top-right corner. | ||
| 1. Select **Account settings**. | ||
| 1. Click **Manage 2FA**. | ||
| 1. Scan the QR code using your authentication app. You can also choose to enter the setup key manually. | ||
| 1. Enter the 6-digit verification code generated by your app. | ||
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Click **Confirm** to finish setup. | ||
|
|
||
| Once enabled, you will receive a confirmation email and the action will be logged in your account activity. | ||
|
|
||
| ## Disabling 2FA | ||
|
|
||
| Then, you can turn on 2FA for your Hypernode Control Panel: | ||
| For security reasons, 2FA can no longer be disabled directly from the Control Panel. | ||
|
|
||
| 1. Sign in to the Hypernode Control Panel. | ||
| 1. Hover over your username in the upper right corner. | ||
| 1. Click on Account settings. | ||
| 1. Click**Manage 2FA** to manage your 2FA settings. | ||
| 1. Click the **Activate 2FA**button and click on **Start now**. | ||
| 1. Add a new account in your authentication app. In most apps, you can do this by tapping the + icon. | ||
| 1. Scan the QR code by using your device's camera. If you prefer, you can choose to enter the code by hand. | ||
| 1. On Hypernode's 2FA configuration page, enter the 6-digit verification code that your authentication app generates. | ||
| 1. To finish, click **Confirm**. | ||
| If you need to disable 2FA, please contact Hypernode Support at **[email protected]**. | ||
|
|
||
| You'll receive an email when you enable 2FA and this will also be shown in the logs. | ||
| ## Backup Codes | ||
|
|
||
| ## How to Disable 2FA | ||
| During setup, you receive a set of backup codes. These are important. | ||
|
|
||
| 1. Sign in to the Hypernode Control Panel. | ||
| 1. Hover over your username in the upper right corner. | ||
| 1. Click on Account settings. | ||
| 1. Click**Manage 2FA** to manage your 2FA settings. | ||
| 1. Click on **Disable Two-Factor Authentication** and enter the verification code to confirm. | ||
| - Each backup code can be used only once. | ||
| - Backup codes allow you to sign in if you lose access to your phone or authentication app. | ||
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - You can always find your backup codes on your **Account** page. | ||
|
|
||
| You'll receive an email when you disable 2FA and this will also be shown in the logs. | ||
| We strongly recommend storing these codes somewhere safe and offline. | ||
|
|
||
| ## Troubleshooting | ||
| ## Security Notice | ||
|
|
||
| ### Backup Codes | ||
| If you receive a verification code that you did not request, someone may be trying to access your account. | ||
|
|
||
| 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. | ||
| In that case: | ||
ikidnapmyself marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Log in to your account immediately. | ||
| - Change your password. | ||
| - Contact Hypernode Support if you suspect unauthorized activity. | ||
|
|
||
| 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 [email protected]. | ||
| If you lose access to your authentication app and do not have backup codes, contact **[email protected]** for assistance. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.