Skip to content

Commit dc2ff8d

Browse files
committed
2fa -> mfa
1 parent 715ad1c commit dc2ff8d

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

docs/hub/_toctree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@
280280
sections:
281281
- local: security-tokens
282282
title: User Access Tokens
283-
- local: security-two-fa
284-
title: Two-Factor Authentication
283+
- local: security-mfa
284+
title: Multiple-Factor Authentication
285285
- local: security-git-ssh
286286
title: Git over SSH
287287
- local: security-gpg
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Two-Factor Authentication
1+
# Multiple-factor Authentication
22

3-
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.
44

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:
66
- Username or email & password (normal login credentials)
77
- One-time security code via app
88

9-
## Enable Two-factor Authentication (2FA)
9+
## Enable Multiple-Factor Authentication (MFA)
1010

11-
To enable Two-factor Authentication with a one-time password:
11+
To enable multiple-factor authentication with a one-time password:
1212

1313
In the Hugging Face Hub:
1414
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
1616

1717
On your device (usually your phone):
1818
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
3737

3838
## Recovery codes
3939

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.
4141

4242
- Each code can be used only **once** to sign in to your account
4343
- 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
4949

5050
If you lose the recovery codes, or want to generate new ones, you can use the [Authentication settings](https://hf.co/settings/authentication) page.
5151

52-
## Regenerate two-factor authentication recovery codes
52+
## Regenerate multiple-factor authentication recovery codes
5353

54-
To regenerate 2FA recovery codes:
54+
To regenerate MFA recovery codes:
5555
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
5757
3. Click on Regenerate recovery codes
5858

5959
<Tip warning={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.
6161
</Tip>
6262

63-
## Sign in with two-factor authentication enabled
63+
## Sign in with multiple-factor authentication enabled
6464

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.
6666

6767
<div class="flex justify-center">
6868
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/two-fa/totp-confirm.png"/>
6969
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/two-fa/totp-confirm-dark.png" />
7070
</div>
7171

72-
## Disable two-factor authentication
72+
## Disable multiple-factor authentication
7373

74-
To disable 2FA:
74+
To disable MFA:
7575
1. Access your [Authentication settings](https://hf.co/settings/authentication)
7676
2. Click on "Remove".
7777

78-
This clears all your 2FA registrations.
78+
This clears all your MFA registrations.
7979

8080
## Recovery options
8181

8282
If you no longer have access to your authentication device, you can still recover access to your account:
8383

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
8686

8787
### Use a recovery code
8888

8989
To use a recovery code:
9090
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"
9292
3. Enter one of your recovery codes
9393

9494
After you use a recovery code, you cannot re-use it. You can still use the other recovery codes you saved.
9595

96-
### Requesting help with two-factor authentication
96+
### Requesting help with multiple-factor authentication
9797

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

Comments
 (0)