Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Each user has a profile that contains several settings, such as [Communication p

### Navigation

To access your profile, select the user icon and then **My Profile** from any page within the [Cloudflare dashboard](https://dash.cloudflare.com).
To access your profile, select the **Profile** icon from any page within the [Cloudflare dashboard](https://dash.cloudflare.com).

![Use the Profile icon to access your profile settings](~/assets/images/fundamentals/get-started/profile-navigation.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ All domains, subscriptions, and billing information on your account will be remo

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).

2. Select **My Profile**.
2. Select **Profile** and the **Settings** tab.

3. Select **Delete this user**.
3. Select **Delete user**.

![To delete your account, select Delete this user on your profile page.](~/assets/images/fundamentals/get-started/delete-account.png)

4. Select **Continue to delete user**.
4. Select **Continue**.

5. Follow the prompts to finish deleting your account.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
To view the active sessions associated with your email address:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile** > **Sessions**.
2. Go to **Profile** > **Password & security**.
3. From the **Password & security** tab, refer to the **Active sessions** section.
4 changes: 2 additions & 2 deletions src/content/partials/fundamentals/api-change-api-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

If your API key might be compromised, change your API key:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and go to **My Profile** > **API Tokens**.
2. In the **API Keys** section, find your key.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and go to **Profile** > **API Tokens & keys**.
2. Under the **User API keys** section, find your key.
3. Select **Change**.
2 changes: 1 addition & 1 deletion src/content/partials/fundamentals/api-roll-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ If your token is lost or compromised, you can either create a new token or roll

To roll your API token:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and go to **My Profile** > **API Tokens**.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and go to **Profile** > **API Tokens & keys**.
2. Next to the API token you want to roll, select the **three dot icon** > **Roll**.
3. Select **Confirm** to generate a new API token.
24 changes: 12 additions & 12 deletions src/content/partials/fundamentals/create-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ Before you begin, [find your zone and account IDs](/fundamentals/setup/find-acco

1. Determine if you want a user token or an [Account owned token](/fundamentals/api/get-started/account-owned-tokens/). Use Account owned tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).

2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **Profile** and select the **API tokens & keys tab**.

3. Select **Create Token**.
3. Select **Create a user-owned token**.

4. Select a template from the available [API token templates](/fundamentals/api/reference/template/) or create a custom token. The following example uses the **Edit zone DNS** template.
4. If prompted, check the box to verify you are human.

5. Add or edit the token name to describe why or how the token is used. Templates are prefilled with a token name and permissions.
5. Select a template from the available [API token templates](/fundamentals/api/reference/template/) or create a custom token. The following example uses the **Edit zone DNS** template.

![Token template overview screen](~/assets/images/fundamentals/api/template-customize.png)
6. Add or edit the token name to describe why or how the token is used. Templates are prefilled with a token name and permissions.

6. Modify the token's permissions. After selecting a permissions group (*Account*, *User*, or *Zone*), choose what level of access to grant the token. Most groups offer `Edit` or `Read` options. `Edit` is full CRUDL (create, read, update, delete, list) access, while `Read` is the read permission and list where appropriate. Refer to the [available token permissions](/fundamentals/api/reference/permissions/) for more information.
7. Modify the token's permissions. After selecting a permissions group (*Account*, *User*, or *Zone*), choose what level of access to grant the token. Most groups offer `Edit` or `Read` options. `Edit` is full CRUDL (create, read, update, delete, list) access, while `Read` is the read permission and list where appropriate. Refer to the [available token permissions](/fundamentals/api/reference/permissions/) for more information.

7. Select which resources the token is authorized to access. For example, granting `Zone DNS Read` access to a zone `example.com` will allow the token to read DNS records only for that specific zone. Any other zone will return an error for DNS record reads operations. Any other operation on that zone will also return an error.
8. Select which resources the token is authorized to access. For example, granting `Zone DNS Read` access to a zone `example.com` will allow the token to read DNS records only for that specific zone. Any other zone will return an error for DNS record reads operations. Any other operation on that zone will also return an error.

8. (Optional) Restrict how a token is used in the **Client IP Address Filtering** and **TTL (time to live)** fields.
9. (Optional) Restrict how a token is used in the **Client IP Address Filtering** and **TTL (time to live)** fields.

9. Select **Continue to summary**.
10. Select **Continue to summary**.

10. Review the token summary. Select **Edit token** to make adjustments. You can also edit a token after creation.
11. Review the token summary. Select **Edit token** to make adjustments. You can also edit a token after creation.

![Token summary screen displaying the resources and permissions selected](~/assets/images/fundamentals/api/token-summary.png)

11. Select **Create Token** to generate the token's secret.
12. Select **Create Token** to generate the token's secret.

12. Copy the secret to a secure place.
13. Copy the secret to a secure place.

<Render file="new-token-warning" product="fundamentals" />

Expand Down
9 changes: 5 additions & 4 deletions src/content/partials/fundamentals/customize-appearance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ If you want to adjust how the Cloudflare dashboard appears on your device, you c

To update appearance preferences:

1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile**
3. For **Appearance**, choose a value:
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Profile**.
3. Under **Preferences**, choose a vaue under **Dashboard appearance**:
* **Dark**: Defaults to darker colors.
* **Light**: Defaults to lighter colors.
* **Use system setting**: Defaults to whatever is used on your device.
4. Your dashboard display will update to the new appearance setting automatically.

Your dashboard display will update to the new appearance setting automatically.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ When you create an account, Cloudflare automatically chooses your **Communicatio

To update the communication preferences for your profile (which requires a [verified email address](/fundamentals/setup/account/verify-email-address/)):

1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile**.
3. For **Communication Preferences**, select **Edit**.
4. If you want a specific category of emails, make sure its associated box is checked.
5. Select **Save**.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Profile**.
3. Select the **Notifications** tab.
4. Under **General**, check the boxes for the categories you want to receive emails for.

Your notification preference is automatically saved.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ After you create your account, you may want to update your language preference.

To update the language preference for your profile:

1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile**
3. For **Language Preference**, select a value.
4. Your dashboard display will update to the new language automatically.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Profile**.
3. Under **Language**, select a value.

Your dashboard display will update to the new language automatically.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ When there is more than one active session associated with your email account, y
To revoke a session:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile** > **Sessions**.
3. On a specific section, click **Revoke**.
2. Go to **Profile** > **Password & security**.
3. Under **Active sessions**, locate the session you want to revoke and select **Revoke Session**.
4. You will be prompted to enter your password before revoking the session.
6 changes: 3 additions & 3 deletions src/content/partials/fundamentals/verify-email-address.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ If someone else used your email to sign up for a Cloudflare account, you can rem
If you cannot find your verification email or your email has expired, request another verification email:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile**.
3. For **Email Address**, select **Send verification email** (if this option is not available, your email has already been verified).
2. Go to **Profile**.
3. For **Email Address**, select **Send verification link** (if this option is not available, your email has already been verified).

***

Expand All @@ -41,7 +41,7 @@ If you experience issues with your verification link, you might have already ver
To check your verification:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **My Profile**.
2. Go to **Profile**.
3. For **Email Address**, your email address will have `(verified)` added after it.

If your email is still not verified, try clicking the verification link in a different browser or a private window.
Expand Down
6 changes: 3 additions & 3 deletions src/content/partials/support/2fa-enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Super Administrators can turn on **2FA Enforcement** to require all members to e
To enable two-factor authentication for your Cloudflare login:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
2. Under the **My Profile** dropdown, select **My Profile**.
3. Select **Authentication**. 
4. Select **Manage** in the Two-Factor Authentication card.
2. Go to **Profile** and select **Password & security**.
3. Select **Authentication**.
4. Under **Two-factor-authentication (2FA)**, select **Turn on 2FA**.
5. Configure either a [TOTP mobile app](/fundamentals/setup/account/account-security/2fa/#configure-totp-mobile-application-authentication-for-two-factor-cloudflare-login) or a [security key to enable 2FA on your account](/fundamentals/setup/account/account-security/2fa/#configure-security-key-authentication-for-two-factor-cloudflare-login).