From 2e8b00f1bcbd464289c81efddde5c2413e0287a1 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Mon, 18 Nov 2024 08:56:02 -0700 Subject: [PATCH] fixing additional pages --- serverless/index-serverless-general.asciidoc | 17 +----- ...index-serverless-project-settings.asciidoc | 15 +++++ serverless/index.asciidoc | 1 - serverless/pages/manage-org.asciidoc | 59 +++++++++++++++++++ serverless/pages/user-profile.asciidoc | 56 ------------------ 5 files changed, 75 insertions(+), 73 deletions(-) delete mode 100644 serverless/pages/user-profile.asciidoc diff --git a/serverless/index-serverless-general.asciidoc b/serverless/index-serverless-general.asciidoc index ca36da06..74066d12 100644 --- a/serverless/index-serverless-general.asciidoc +++ b/serverless/index-serverless-general.asciidoc @@ -6,23 +6,8 @@ include::./pages/welcome-to-serverless.asciidoc[leveloffset=+2] include::./pages/sign-up.asciidoc[leveloffset=+2] include::./pages/get-started-general.asciidoc[leveloffset=+2] - -include::./pages/manage-org.asciidoc[leveloffset=+2] - -include::./pages/manage-your-project.asciidoc[leveloffset=+2] -include::./pages/manage-your-project-rest-api.asciidoc[leveloffset=+3] - -include::./pages/manage-billing.asciidoc[leveloffset=+2] -include::./pages/manage-billing-check-subscription.asciidoc[leveloffset=+3] -include::./pages/manage-billing-monitor-usage.asciidoc[leveloffset=+3] -include::./pages/manage-billing-history.asciidoc[leveloffset=+3] -include::./pages/manage-billing-pricing-model.asciidoc[leveloffset=+3] -include::./pages/manage-billing-stop-project.asciidoc[leveloffset=+3] - include::./pages/service-status.asciidoc[leveloffset=+2] -include::./pages/user-profile.asciidoc[leveloffset=+2] - include::./pages/cloud-regions.asciidoc[leveloffset=+2] -include::./pages/ml-nlp-auto-scale.asciidoc[leveloffset=+2] + diff --git a/serverless/index-serverless-project-settings.asciidoc b/serverless/index-serverless-project-settings.asciidoc index 113d0dea..1cc9b6b0 100644 --- a/serverless/index-serverless-project-settings.asciidoc +++ b/serverless/index-serverless-project-settings.asciidoc @@ -1,6 +1,8 @@ [[project-and-management-settings]] == Project and management settings +include::./index-serverless-devtools.asciidoc[leveloffset=+2] + include::./pages/project-and-management-settings.asciidoc[leveloffset=+2] include::./pages/project-settings.asciidoc[leveloffset=+2] @@ -25,3 +27,16 @@ include::./pages/transforms.asciidoc[leveloffset=+3] include::./pages/integrations.asciidoc[leveloffset=+2] include::./pages/fleet-and-elastic-agent.asciidoc[leveloffset=+2] + +include::./pages/manage-org.asciidoc[leveloffset=+2] + +include::./pages/manage-your-project.asciidoc[leveloffset=+2] +include::./pages/ml-nlp-auto-scale.asciidoc[leveloffset=+3] +include::./pages/manage-your-project-rest-api.asciidoc[leveloffset=+3] + +include::./pages/manage-billing.asciidoc[leveloffset=+2] +include::./pages/manage-billing-check-subscription.asciidoc[leveloffset=+3] +include::./pages/manage-billing-monitor-usage.asciidoc[leveloffset=+3] +include::./pages/manage-billing-history.asciidoc[leveloffset=+3] +include::./pages/manage-billing-pricing-model.asciidoc[leveloffset=+3] +include::./pages/manage-billing-stop-project.asciidoc[leveloffset=+3] \ No newline at end of file diff --git a/serverless/index.asciidoc b/serverless/index.asciidoc index 6c272995..6d9ff332 100644 --- a/serverless/index.asciidoc +++ b/serverless/index.asciidoc @@ -20,7 +20,6 @@ include::./index-serverless-general.asciidoc[] include::./index-serverless-elasticsearch.asciidoc[] include::{observability-serverless}/index.asciidoc[] include::{security-serverless}/index.asciidoc[] -include::./index-serverless-devtools.asciidoc[] include::./index-serverless-project-settings.asciidoc[] diff --git a/serverless/pages/manage-org.asciidoc b/serverless/pages/manage-org.asciidoc index 9c24265a..3939e346 100644 --- a/serverless/pages/manage-org.asciidoc +++ b/serverless/pages/manage-org.asciidoc @@ -12,11 +12,70 @@ In this article we walk you through the essential processes to effectively overs Learn how to: +* <>: Manage or update your user profile. * <>: Invite users in your organization to access serverless projects and specify their roles. * <>: Assign predefined roles to users in your organization. * <>: Join a new organization and bring over your projects. * <>: Leave an organization. +[[general-user-profile]] +== Update your user profile + +// :description: Manage your profile settings. +// :keywords: serverless, general, profile, update + +preview:[] + +To edit your user profile, go to the user icon on the header bar and select **Profile**. + +[discrete] +[[general-user-profile-update-your-email-address]] +=== Update your email address + +Your email address is used to sign in. If needed, you can change this email address. + +. In the **Profile** section, by **Email address**, select **Edit**. +. Enter a new email address and your current password. ++ +An email is sent to the new address with a link to confirm the change. If you don't get the email after a few minutes, check your spam folder. + +[discrete] +[[general-user-profile-change-your-password]] +=== Change your password + +When you signed up with your email address, you selected a password that you use to log in to the Elastic Cloud console. If needed, you can change this password. + +If you know your current password: + +. Navigate to the **Password** section and select **Change password**. +. Enter the current password and provide the new password that you want to use. + +If you don't know your current password: + +. At the login screen for the Elastic Cloud console, select the link **Forgot password?** +. Enter the email address for your account and select **Reset password**. ++ +An email is sent to the address you specified with a link to reset the password. If you don't get the email after a few minutes, check your spam folder. + +[discrete] +[[general-user-profile-enable-multi-factor-authentication]] +=== Enable multi-factor authentication + +To add an extra layer of security, you can either set up Google authenticator or text messaging on a mobile device. + +[TIP] +==== +Before you start using multi-factor authentication, verify that your device has SMS capabilities or download the Google Authenticator application onto your device. +==== + +To enable multi-factor authentication, you must enroll your device. + +. Navigate to the **Multi-factor authentication** section. +. Select **Configure** to enable the Authenticator app or **Add a phone number** to enable the Text message. + +If the device you want to remove is your only enrolled device, you must disable multi-factor authentication first. If your device is lost or stolen, contact https://support.elastic.co/[support]. + + [discrete] [[general-manage-access-to-organization]] == Invite your team diff --git a/serverless/pages/user-profile.asciidoc b/serverless/pages/user-profile.asciidoc deleted file mode 100644 index 5d7a04f9..00000000 --- a/serverless/pages/user-profile.asciidoc +++ /dev/null @@ -1,56 +0,0 @@ -[[general-user-profile]] -= Update your user profile - -// :description: Manage your profile settings. -// :keywords: serverless, general, profile, update - -preview:[] - -To edit your user profile, go to the user icon on the header bar and select **Profile**. - -[discrete] -[[general-user-profile-update-your-email-address]] -== Update your email address - -Your email address is used to sign in. If needed, you can change this email address. - -. In the **Profile** section, by **Email address**, select **Edit**. -. Enter a new email address and your current password. -+ -An email is sent to the new address with a link to confirm the change. If you don't get the email after a few minutes, check your spam folder. - -[discrete] -[[general-user-profile-change-your-password]] -== Change your password - -When you signed up with your email address, you selected a password that you use to log in to the Elastic Cloud console. If needed, you can change this password. - -If you know your current password: - -. Navigate to the **Password** section and select **Change password**. -. Enter the current password and provide the new password that you want to use. - -If you don't know your current password: - -. At the login screen for the Elastic Cloud console, select the link **Forgot password?** -. Enter the email address for your account and select **Reset password**. -+ -An email is sent to the address you specified with a link to reset the password. If you don't get the email after a few minutes, check your spam folder. - -[discrete] -[[general-user-profile-enable-multi-factor-authentication]] -== Enable multi-factor authentication - -To add an extra layer of security, you can either set up Google authenticator or text messaging on a mobile device. - -[TIP] -==== -Before you start using multi-factor authentication, verify that your device has SMS capabilities or download the Google Authenticator application onto your device. -==== - -To enable multi-factor authentication, you must enroll your device. - -. Navigate to the **Multi-factor authentication** section. -. Select **Configure** to enable the Authenticator app or **Add a phone number** to enable the Text message. - -If the device you want to remove is your only enrolled device, you must disable multi-factor authentication first. If your device is lost or stolen, contact https://support.elastic.co/[support].