mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
docs: Docs for email change on Hasura Cloud
## Affected components ✍️ - ✅ Docs Issue: https://github.com/hasura/lux/issues/3304 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2915 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Divya Bhushan <11659160+divyabhushan@users.noreply.github.com> GitOrigin-RevId: 0c6fcd2857a79855f65b5b8fd95c181dacfa14a2
This commit is contained in:
parent
ca8f197c31
commit
0b22fe3991
55
docs/graphql/cloud/account-management/email-change.rst
Normal file
55
docs/graphql/cloud/account-management/email-change.rst
Normal file
@ -0,0 +1,55 @@
|
||||
.. meta::
|
||||
:description: Hasura Cloud Email Change
|
||||
:keywords: hasura, docs, cloud, email
|
||||
|
||||
Change email address on Hasura Cloud
|
||||
====================================
|
||||
|
||||
.. contents:: Table of contents
|
||||
:backlinks: none
|
||||
:depth: 2
|
||||
:local:
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
You can edit the email address on your Hasura Cloud account to another email from the ``Account Settings`` page.
|
||||
|
||||
.. _email_change:
|
||||
|
||||
Changing email for users logged in using email
|
||||
----------------------------------------------
|
||||
|
||||
`Sign in <https://cloud.hasura.io/login?redirect_url=/>`__ to your Hasura Cloud account using email and click **My Account**.
|
||||
On the **Account Settings** page, select the **Edit** button.
|
||||
|
||||
.. thumbnail:: /img/graphql/cloud/account-settings/account-settings-tab.png
|
||||
:alt: Account Management
|
||||
:width: 750px
|
||||
|
||||
Enter the email you want to transfer the account to and click the ``Change`` button to send a transfer request.
|
||||
|
||||
.. thumbnail:: /img/graphql/cloud/account-settings/edit-email-input.png
|
||||
:alt: edit email section
|
||||
:width: 700px
|
||||
|
||||
The invitee receives an email verification mail. Once the invitee clicks the link, it logs out the existing user and redirects the invitee to the Hasura Cloud login page.
|
||||
|
||||
The user can now log in to Hasura Cloud using the new email and the password for the old email.
|
||||
|
||||
Changing email for users with social logins
|
||||
-------------------------------------------
|
||||
|
||||
If you logged in to Hasura Cloud with your social login, you must reset your password to initiate the email change process.
|
||||
On the `_Sign in <https://cloud.hasura.io/login?redirect_url=/>`__ page, select ``Forgot?``.
|
||||
|
||||
.. thumbnail:: /img/graphql/cloud/account-settings/forgot-password.png
|
||||
:alt: Forgot password
|
||||
:width: 350px
|
||||
|
||||
Next, enter the new email id and click **Recover Password**.
|
||||
Set a new password by clicking on the reset password link sent to your email address.
|
||||
|
||||
You can now log in with the email and this new password and follow the steps mentioned above in the :ref:`change email <email_change>` section.
|
||||
|
||||
You can also use the social login associated with the new email to log in to Hasura Cloud!
|
24
docs/graphql/cloud/account-management/index.rst
Normal file
24
docs/graphql/cloud/account-management/index.rst
Normal file
@ -0,0 +1,24 @@
|
||||
.. meta::
|
||||
:description: Hasura Cloud Account Management
|
||||
:keywords: hasura, docs, cloud, account, email
|
||||
|
||||
.. _cloud_account_management:
|
||||
|
||||
Hasura Cloud account management
|
||||
===============================
|
||||
|
||||
.. contents:: Table of contents
|
||||
:backlinks: none
|
||||
:depth: 2
|
||||
:local:
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
On your Hasura Cloud ``My Account`` page, you can manage account-related settings such as changing the email, creating access tokens, and managing database session connections.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:titlesonly:
|
||||
|
||||
email-change
|
@ -86,6 +86,7 @@ realtime monitoring, caching, tracing, and rate-limiting. It supports both new a
|
||||
Preview Apps <preview-apps>
|
||||
dedicated-vpc
|
||||
Billing <billing/index>
|
||||
Account Management <account-management/index>
|
||||
hasurapro-cli/index
|
||||
api-reference
|
||||
glossary
|
||||
|
BIN
docs/img/graphql/cloud/account-settings/account-settings-tab.png
Normal file
BIN
docs/img/graphql/cloud/account-settings/account-settings-tab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
docs/img/graphql/cloud/account-settings/edit-email-input.png
Normal file
BIN
docs/img/graphql/cloud/account-settings/edit-email-input.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
docs/img/graphql/cloud/account-settings/forgot-password.png
Normal file
BIN
docs/img/graphql/cloud/account-settings/forgot-password.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
docs/img/graphql/cloud/account-settings/login-screen.png
Normal file
BIN
docs/img/graphql/cloud/account-settings/login-screen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
Loading…
Reference in New Issue
Block a user