Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eac3fb7

Browse files
committed
updated 2fa for programs book
1 parent 7172890 commit eac3fb7

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

docs/programs/two-factor-authentication.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
---
2-
title: "Two Factor Authentication"
2+
title: "Two-Factor Authentication"
33
path: "/programs/two-factor-authentication.html"
44
id: "programs/two-factor-authentication"
55
---
66

7-
As a team member of a program, you can set up two-factor authentication using any device capable of generating Time-based One-Time Password (TOTP) authentication codes (RFC-6238) to log in to HackerOne. You can use Google Authenticator or Duo Mobile or any other compatible application to generate the codes.
7+
Two-factor authentication enables you to add an extra layer of protection from getting your account compromised. You can set up two-factor authentication using any device capable of generating Time-based One-Time Password (TOTP) authentication codes (RFC-6238) to log in to your HackerOne account. You can use Google Authenticator or Duo Mobile or any other compatible application to generate the codes.
88

9-
To configure two-factor authentication:
9+
To set up two-factor authentication for your account:
10+
1. Go your profile’s **Settings > Authentication**.
11+
![2fa-1](./images/2fa-1.png)
12+
2. Click **Set up**.
13+
3. Add your phone number and click **Next**.
14+
4. Enter the verification code sent to your phone number. This will enable account recovery.
15+
5. Click **Turn on** to enable two-factor authentication.
16+
![2fa-4](./images/2fa-4.png)
17+
6. Scan the QR code in your authenticator app or enter the code manually.
18+
7. Store your backup codes.
19+
8. Enter the verification code from your authenticator app as well as one of the backup codes from the previous page.
20+
![2fa-7](./images/2fa-7.png)
21+
9. Click **Save**.
1022

11-
1. Log in to your HackerOne profile.
12-
2. Go to **Settings > Authentication**.
13-
3. Click **Turn on**. *Note: You can only enable two-factor authentication if you're in a launched program.*
14-
4. Follow the steps in the **Enable Two-Factor Authentication** window.
23+
Once your two-factor authentication is successfully enabled, you’ll be prompted to enter a 6-digit verification code from your authenticator app to log in to your HackerOne account.
24+
![2fa-8](./images/2fa-8.png)
1525

16-
![two-factor-authentication](./images/two-factor-authentication.png)
17-
18-
5. Click **Verify and save**.
26+
You can choose to change your account recovery phone number, turn off two-factor authentication or regenerate your backup codes.
27+
![2fa-9](./images/2fa-9.png)
1928

2029
Once your two-factor authentication has been verified, when you log in to HackerOne, you’ll be prompted to enter a 6-digit verification code from your authentication application. You must enter the verification code in order to successfully log in to HackerOne.
2130

0 commit comments

Comments
 (0)