diff --git a/src/content/docs/fundamentals/setup/accounts-and-zones.mdx b/src/content/docs/fundamentals/setup/accounts-and-zones.mdx index 4b7339c2df35f5b..539ec30c82ee7b9 100644 --- a/src/content/docs/fundamentals/setup/accounts-and-zones.mdx +++ b/src/content/docs/fundamentals/setup/accounts-and-zones.mdx @@ -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) diff --git a/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx b/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx index 82bc5288777393f..5c2a4f7835c9659 100644 --- a/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx +++ b/src/content/docs/fundamentals/subscriptions-and-billing/delete-account.mdx @@ -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. diff --git a/src/content/partials/fundamentals/account-view-active-sessions.mdx b/src/content/partials/fundamentals/account-view-active-sessions.mdx index 4673f6b6d5202b2..f32e6111b361c20 100644 --- a/src/content/partials/fundamentals/account-view-active-sessions.mdx +++ b/src/content/partials/fundamentals/account-view-active-sessions.mdx @@ -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. diff --git a/src/content/partials/fundamentals/api-change-api-key.mdx b/src/content/partials/fundamentals/api-change-api-key.mdx index 0dba39987d4c736..0c8497efa722cc6 100644 --- a/src/content/partials/fundamentals/api-change-api-key.mdx +++ b/src/content/partials/fundamentals/api-change-api-key.mdx @@ -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**. diff --git a/src/content/partials/fundamentals/api-roll-token.mdx b/src/content/partials/fundamentals/api-roll-token.mdx index ffb4a57fb34f0a4..335b04c9cefc35b 100644 --- a/src/content/partials/fundamentals/api-roll-token.mdx +++ b/src/content/partials/fundamentals/api-roll-token.mdx @@ -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. diff --git a/src/content/partials/fundamentals/create-token.mdx b/src/content/partials/fundamentals/create-token.mdx index bf212c44b81fdb6..f9ece790cc0c559 100644 --- a/src/content/partials/fundamentals/create-token.mdx +++ b/src/content/partials/fundamentals/create-token.mdx @@ -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. diff --git a/src/content/partials/fundamentals/customize-appearance.mdx b/src/content/partials/fundamentals/customize-appearance.mdx index 44bfa287cbb0673..c1f0c360bdd49e7 100644 --- a/src/content/partials/fundamentals/customize-appearance.mdx +++ b/src/content/partials/fundamentals/customize-appearance.mdx @@ -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. diff --git a/src/content/partials/fundamentals/customize-communication-preferences.mdx b/src/content/partials/fundamentals/customize-communication-preferences.mdx index 58c8711429bd3fb..0f8f63f8c1b9b61 100644 --- a/src/content/partials/fundamentals/customize-communication-preferences.mdx +++ b/src/content/partials/fundamentals/customize-communication-preferences.mdx @@ -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. diff --git a/src/content/partials/fundamentals/customize-language-preference.mdx b/src/content/partials/fundamentals/customize-language-preference.mdx index e56d5821031f80f..383462071eb2a63 100644 --- a/src/content/partials/fundamentals/customize-language-preference.mdx +++ b/src/content/partials/fundamentals/customize-language-preference.mdx @@ -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. diff --git a/src/content/partials/fundamentals/revoke-active-sessions.mdx b/src/content/partials/fundamentals/revoke-active-sessions.mdx index c0de152b80d4bbb..c0126a0190b3d83 100644 --- a/src/content/partials/fundamentals/revoke-active-sessions.mdx +++ b/src/content/partials/fundamentals/revoke-active-sessions.mdx @@ -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. diff --git a/src/content/partials/fundamentals/verify-email-address.mdx b/src/content/partials/fundamentals/verify-email-address.mdx index 2928c335311bb6b..968fc4cc0e1fbf2 100644 --- a/src/content/partials/fundamentals/verify-email-address.mdx +++ b/src/content/partials/fundamentals/verify-email-address.mdx @@ -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). *** @@ -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. diff --git a/src/content/partials/support/2fa-enable.mdx b/src/content/partials/support/2fa-enable.mdx index c20907c1901b414..3d642ec807f39ee 100644 --- a/src/content/partials/support/2fa-enable.mdx +++ b/src/content/partials/support/2fa-enable.mdx @@ -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).