Skip to content

Commit ad42c44

Browse files
committed
Clean up user profile section
1 parent a075ed4 commit ad42c44

File tree

5 files changed

+30
-38
lines changed

5 files changed

+30
-38
lines changed

src/content/docs/fundamentals/resource-hierarchy/users/how-to/2fa.mdx

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
title: Two-factor authentication
33
pcx_content_type: how-to
4-
4+
sidebar:
5+
order: 3
56
---
67

7-
import { Render } from "~/components"
8+
import { Render } from "~/components";
89

910
## Overview
1011

1112
<Render file="2fa-overview" product="support" />
1213

13-
***
14+
---
1415

1516
## Enable two-factor authentication for your Cloudflare account
1617

1718
<Render file="2fa-enable" product="support" />
1819

19-
***
20+
---
2021

2122
## Configure security key authentication for two-factor Cloudflare login
2223

@@ -55,7 +56,7 @@ Ensure that your hardware security key is configured and plugged in. On a Window
5556
7. Select **Download**, **Print**, or **Copy** to save your backup codes in a secure location.
5657
8. Select **Next** to finish the configuration. 
5758

58-
***
59+
---
5960

6061
## Configure TOTP mobile application authentication for two-factor Cloudflare login
6162

@@ -87,7 +88,7 @@ Reconfiguring TOTP mobile application authentication does not turn off 2FA.
8788

8889
To reconfigure, follow [Steps 1-7](/fundamentals/setup/account/account-security/2fa/#configure-totp-mobile-application-authentication-for-two-factor-cloudflare-login) as detailed above.
8990

90-
***
91+
---
9192

9293
## Regenerate backup codes
9394

@@ -103,7 +104,7 @@ Regenerating your backup codes will invalidate your previous codes.
103104
3. Select **Authentication**.
104105
4. Select **Regenerate** to generate and save a new set of two-factor backup codes.
105106

106-
***
107+
---
107108

108109
## Disable two-factor authentication for your Cloudflare account
109110

@@ -133,21 +134,21 @@ If you are not the Super Administrator of an organization with **2FA Enforcement
133134

134135
![how to disable your TOTP mobile application authentication.](https://developerdocsgifs.cloudflaretraining.com/resampled_5fps_disable_mobile_auth_v2_final.gif)
135136

136-
***
137+
---
137138

138139
## Use a backup code
139140

140141
If you lose access to a mobile device, security key, or authentication code, you can solve these issues by using a backup code or retrieving a backup code from your preferred authentication app.
141142

142-
Refer to Google's documentation to [transfer Google Authenticator codes from one Android device to another](https://support.google.com/accounts/answer/1066447?co=GENIE.Platform%3DAndroid\&hl=en\&oco=0).
143+
Refer to Google's documentation to [transfer Google Authenticator codes from one Android device to another](https://support.google.com/accounts/answer/1066447?co=GENIE.Platform%3DAndroid&hl=en&oco=0).
143144

144145
When setting up 2FA, you should have saved your backup codes in a secure location. To restore lost access using a Cloudflare backup code:
145146

146147
1. Retrieve the backup code from where you stored it.
147148
2. Go to the [Cloudflare login page](https://dash.cloudflare.com/login), enter your username and password and select **Log in**.
148149
3. You should see a page titled **Two-Factor Authentication**
149-
* If it has a text box, enter one of your backup codes and select **Log in**.
150-
* If instead you see "Insert your security key and touch it", cancel any prompts from your browser that appear and select **try another authentication method or backup code**. Proceed to enter one of your backup codes and select **Log in**.
150+
- If it has a text box, enter one of your backup codes and select **Log in**.
151+
- If instead you see "Insert your security key and touch it", cancel any prompts from your browser that appear and select **try another authentication method or backup code**. Proceed to enter one of your backup codes and select **Log in**.
151152

152153
:::note
153154

@@ -166,17 +167,17 @@ If you do not have access to your 2FA account or backup codes and cannot current
166167
6. Select **Verify device**. This checks whether you are using a device that has previously logged into your account.
167168
7. If you receive a "Device verification failed" message:
168169

169-
* If you clear your cookies often or are logging in from a different IP address, you have wiped Cloudflare's memory of your device and will need to use a different device to verify.
170-
* For security reasons, you must wait three to five days after completing verification to receive your temporary access code.
171-
* Your browser may be set to clear cookies on exit or after browser or OS upgrades. This interferes with the device verification process.
172-
* You may be using anti-malware or other software that automatically clears your browser cookies and makes your device unregognizable by Cloudflare's Dashboard.
170+
- If you clear your cookies often or are logging in from a different IP address, you have wiped Cloudflare's memory of your device and will need to use a different device to verify.
171+
- For security reasons, you must wait three to five days after completing verification to receive your temporary access code.
172+
- Your browser may be set to clear cookies on exit or after browser or OS upgrades. This interferes with the device verification process.
173+
- You may be using anti-malware or other software that automatically clears your browser cookies and makes your device unregognizable by Cloudflare's Dashboard.
173174

174175
If you are still unable to verify your device, follow the instructions shown in the recovery workflow.
175176

176-
***
177+
---
177178

178179
## Related resources
179180

180-
* [Google Authentication documentation](https://support.google.com/accounts/answer/1066447?hl=en\&ref_topic=2954345\&co=GENIE.Platform%3DiOS\&oco=0)
181-
* [YubiKey documentation](https://www.yubico.com/works-with-yubikey/catalog/cloudflare/)
182-
* [Set up multi-user accounts on Cloudflare](/fundamentals/setup/manage-members/)
181+
- [Google Authentication documentation](https://support.google.com/accounts/answer/1066447?hl=en&ref_topic=2954345&co=GENIE.Platform%3DiOS&oco=0)
182+
- [YubiKey documentation](https://www.yubico.com/works-with-yubikey/catalog/cloudflare/)
183+
- [Set up multi-user accounts on Cloudflare](/fundamentals/setup/manage-members/)

src/content/docs/fundamentals/resource-hierarchy/users/how-to/change-password-or-email.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ pcx_content_type: how-to
33
title: Change password or email
44
head: []
55
description: Learn how to change your Cloudflare password or email.
6-
6+
sidebar:
7+
order: 4
78
---
89

910
## Change password
@@ -20,13 +21,11 @@ For added account security, consider changing your [API tokens](/fundamentals/ap
2021

2122
:::note
2223

23-
2424
If your administrator has [enabled Single sign-on (SSO)](/cloudflare-one/applications/configure-apps/dash-sso-apps/), you cannot change your **Authentication** settings.
2525

26-
2726
:::
2827

29-
***
28+
---
3029

3130
## Change email address
3231

@@ -41,8 +40,6 @@ To change the email address associated with your Cloudflare account:
4140

4241
:::note
4342

44-
4543
If your administrator has [enabled Single sign-on (SSO)](/cloudflare-one/applications/configure-apps/dash-sso-apps/), you cannot change the email address associated with your account.
4644

47-
4845
:::

src/content/docs/fundamentals/resource-hierarchy/users/how-to/login.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
pcx_content_type: how-to
33
title: Log into Cloudflare
44
sidebar:
5-
order: 3
6-
5+
order: 1
76
---
87

98
To log into the Cloudflare dashboard, go to the [Login page](https://dash.cloudflare.com/login) and choose your [sign-in option](#sign-in-options).
109

11-
***
10+
---
1211

1312
## Sign-in options
1413

@@ -24,10 +23,8 @@ Enter your email address (available if your admin has [enabled SSO](/cloudflare-
2423

2524
:::note
2625

27-
2826
If you log into your Cloudflare user account with Single Sign-On (SSO), you will not be able to sign in with Apple or Google.
2927

30-
3128
:::
3229

3330
:::warning
@@ -37,9 +34,9 @@ For the below sign-in options, initially your user profile will not have a passw
3734

3835
### Sign in with Apple
3936

40-
* *Same Cloudflare account email as Apple ID*: You can either sign in with your email and password or sign in with Apple.
37+
- _Same Cloudflare account email as Apple ID_: You can either sign in with your email and password or sign in with Apple.
4138

42-
* *Different Cloudflare account email as Apple ID*: This will create a new Cloudflare account. If you want to log into an existing account, [change your email address](/fundamentals/subscriptions-and-billing/change-password-or-email/) to match the one used for your Apple ID.
39+
- _Different Cloudflare account email as Apple ID_: This will create a new Cloudflare account. If you want to log into an existing account, [change your email address](/fundamentals/subscriptions-and-billing/change-password-or-email/) to match the one used for your Apple ID.
4340

4441
If you have chosen to share your email when creating a Cloudflare account with Apple ID and want to set a password and obtain an API key, go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) login page and select **Forgot your password?** to trigger a password reset email.
4542

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: navigation
3-
title: User accounts
3+
title: User profiles
44
sidebar:
55
order: 1
66
group:
@@ -9,6 +9,6 @@ sidebar:
99

1010
import { DirectoryListing } from "~/components";
1111

12-
If you need help setting up a new Cloudflare account, refer to the following resources:
12+
Not to be confused with [accounts](/fundamentals/resource-hierarchy/accounts), which are how Cloudflare segments data, user profiles are the people that actually log in to use Cloudflare.
1313

1414
<DirectoryListing />

src/content/docs/fundamentals/resource-hierarchy/users/troubleshooting/leaked-password-notifications.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
pcx_content_type: reference
2+
pcx_content_type: troubleshooting
33
title: Leaked Password Notifications
4-
54
---
65

76
Cloudflare automatically checks if your password has been compromised when you log in to the [Cloudflare dashboard](http://dash.cloudflare.com). Every time you log in to your account, we will securely verify through threat intelligence sources to confirm if your password has been leaked in a past data breach.
@@ -10,12 +9,10 @@ Refer to the [blog post](https://blog.cloudflare.com/helping-keep-customers-safe
109

1110
:::note[Note]
1211

13-
1412
Cloudflare does not have additional information about the specific breach or Internet service that potentially lost your password.
1513

1614
Popular online tools such as [Have I Been Pwned](https://haveibeenpwned.com/) can help you better understand where your external accounts were attacked. If you reused this password in other systems, it is recommended that you reset it in those as well.
1715

18-
1916
:::
2017

2118
If your password is found in a data breach, we will email you information on how to reset your password and prompt you to do so in the Cloudflare dashboard.

0 commit comments

Comments
 (0)