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

Skip to content

Commit a817695

Browse files
committed
2fa
1 parent bcdcbf3 commit a817695

File tree

9 files changed

+29
-0
lines changed

9 files changed

+29
-0
lines changed

docs/hackers/images/2fa-1.png

88.8 KB
Loading

docs/hackers/images/2fa-2.png

88.8 KB
Loading

docs/hackers/images/2fa-3.png

90.6 KB
Loading

docs/hackers/images/2fa-4.png

69.2 KB
Loading

docs/hackers/images/2fa-7.png

74.5 KB
Loading

docs/hackers/images/2fa-8.png

59.6 KB
Loading

docs/hackers/images/2fa-9.png

73.3 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Two-Factor Authentication"
3+
path: "/hackers/two-factor-authentication.html"
4+
id: "hackers/two-factor-authentication"
5+
---
6+
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.
8+
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**.
22+
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)
25+
26+
You can choose to change your account recovery phone number, turn off two-factor authentication or regenerate your backup codes.
27+
![ffa-9](./images/2fa-9.png)

src/pages/hackers/hackers-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
path: /hackers/manage-notifications.html
3131
- title: Hacker Email Alias
3232
path: /hackers/hacker-email-alias.html
33+
- title: Two-Factor Authentication
34+
path: /hackers/two-factor-authentication.html
3335
- title: Hacking
3436
items:
3537
- title: Hacktivity

0 commit comments

Comments
 (0)