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
Using two-factor authentication verifies a user's identity with two methods, adding extra security to ensure only authorized individuals can access an account, even if the password is compromised.
3
+
Using multiple-factor authentication verifies a user's identity with two methods, adding extra security to ensure only authorized individuals can access an account, even if the password is compromised.
4
4
5
-
If you choose to enable two-factor authentication, at every login you will need to provide:
5
+
If you choose to enable multiple-factor authentication, at every login you will need to provide:
6
6
- Username or email & password (normal login credentials)
7
7
- One-time security code via app
8
8
9
-
## Enable Two-factor Authentication (2FA)
9
+
## Enable Multiple-Factor Authentication (MFA)
10
10
11
-
To enable Two-factor Authentication with a one-time password:
11
+
To enable multiple-factor authentication with a one-time password:
12
12
13
13
In the Hugging Face Hub:
14
14
1. Go to your [Authentication settings](https://hf.co/settings/authentication)
15
-
2. Select Add Two-Factor Authentication
15
+
2. Select Add multiple-factor Authentication
16
16
17
17
On your device (usually your phone):
18
18
1. Install a compatible application. For example:
@@ -37,7 +37,7 @@ If you entered the correct pin, the Hub displays a list of recovery codes. Downl
37
37
38
38
## Recovery codes
39
39
40
-
Right after you've successfully activated 2FA with a one-time password, you're requested to download a collection of generated recovery codes. If you ever lose access to your one-time password authenticator, you can use one of these recovery codes to log in to your account.
40
+
Right after you've successfully activated MFA with a one-time password, you're requested to download a collection of generated recovery codes. If you ever lose access to your one-time password authenticator, you can use one of these recovery codes to log in to your account.
41
41
42
42
- Each code can be used only **once** to sign in to your account
43
43
- You should copy and print the codes, or use "Download codes" to download them for storage in a safe place. If you choose to download them, the file is called **huggingface-recovery-codes.txt**
@@ -49,50 +49,50 @@ Right after you've successfully activated 2FA with a one-time password, you're r
49
49
50
50
If you lose the recovery codes, or want to generate new ones, you can use the [Authentication settings](https://hf.co/settings/authentication) page.
1. Access your [Authentication settings](https://hf.co/settings/authentication)
56
-
2. If you’ve already configured 2FA, select Recovery Code
56
+
2. If you’ve already configured MFA, select Recovery Code
57
57
3. Click on Regenerate recovery codes
58
58
59
59
<Tipwarning={true}>
60
-
If you regenerate 2FA recovery codes, save them. You can’t use any previously created recovery codes.
60
+
If you regenerate MFA recovery codes, save them. You can’t use any previously created recovery codes.
61
61
</Tip>
62
62
63
-
## Sign in with two-factor authentication enabled
63
+
## Sign in with multiple-factor authentication enabled
64
64
65
-
When you sign in with 2FA enabled, the process is only slightly different than the standard sign-in procedure. After entering your username and password, you'll encounter an additional prompt, depending on the type of 2FA you've set up. When prompted, provide the pin from your one-time password authenticator's app or a recovery code to complete the sign-in process.
65
+
When you sign in with MFA enabled, the process is only slightly different than the standard sign-in procedure. After entering your username and password, you'll encounter an additional prompt, depending on the type of MFA you've set up. When prompted, provide the pin from your one-time password authenticator's app or a recovery code to complete the sign-in process.
1. Access your [Authentication settings](https://hf.co/settings/authentication)
76
76
2. Click on "Remove".
77
77
78
-
This clears all your 2FA registrations.
78
+
This clears all your MFA registrations.
79
79
80
80
## Recovery options
81
81
82
82
If you no longer have access to your authentication device, you can still recover access to your account:
83
83
84
-
- Use a saved recovery code, if you saved them when you enabled two-factor authentication
85
-
- Requesting help with two-factor authentication
84
+
- Use a saved recovery code, if you saved them when you enabled multiple-factor authentication
85
+
- Requesting help with multiple-factor authentication
86
86
87
87
### Use a recovery code
88
88
89
89
To use a recovery code:
90
90
1. Enter your username or email, and password, on the [Hub sign-in page](https://hf.co/login)
91
-
2. When prompted for a two-factor code, click on "Lost access to your two-factor authentication app? Use a recovery code"
91
+
2. When prompted for a multiple-factor code, click on "Lost access to your multiple-factor authentication app? Use a recovery code"
92
92
3. Enter one of your recovery codes
93
93
94
94
After you use a recovery code, you cannot re-use it. You can still use the other recovery codes you saved.
95
95
96
-
### Requesting help with two-factor authentication
96
+
### Requesting help with multiple-factor authentication
97
97
98
-
In case you've forgotten your password and lost access to your two-factor authentication credentials, you can reach out to support (website@huggingface.co) to regain access to your account. You'll be required to verify your identity using a recovery authentication factor, such as an SSH key or personal access token.
98
+
In case you've forgotten your password and lost access to your multiple-factor authentication credentials, you can reach out to support (website@huggingface.co) to regain access to your account. You'll be required to verify your identity using a recovery authentication factor, such as an SSH key or personal access token.
0 commit comments