Skip to content

Commit

Permalink
Update Strapi Cloud docs for Multiple Auth MVP (Google auth) (#1826)
Browse files Browse the repository at this point in the history
* Update text

* Update TOC to highlight updates

* Update screenshots

* Fix previous push mistakes

* Draft update for Connected Accounts

* Update text for Connected Accounts

* Update screenshots

* Mention button to manage connected account
  • Loading branch information
pwizla authored Oct 9, 2023
1 parent cbd0efb commit 34aac94
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
28 changes: 13 additions & 15 deletions docusaurus/docs/cloud/account/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,33 @@ canonicalUrl: https://docs.strapi.io/cloud/account/settings.html

# Account profile

The *Profile* page enables you to manage your account details and preferences. It is accessible by clicking on your profile picture, on the top right hand corner of the interface, and **Profile**. There are 3 tabs available in the *Profile* interface: *General*, *Preferences* and *Billing*.
The *Profile* page enables you to manage your account details and preferences. It is accessible by clicking on your profile picture, on the top right hand corner of the interface, and **Profile**. There are 3 tabs available in the *Profile* interface: *General*, *Preferences* and *Billing*.

## General

The *General* tab enables you to edit the following details for your account profile:

- Details: to see the name associated with your account, which is based on the one defined in your GitHub account.
- Details: to see the name associated with your account.
- Connected accounts: to manage Google and GitHub accounts connected with your Strapi Cloud account.
- Delete account: to permanently delete your Strapi Cloud account (see [Deleting Strapi Cloud account](#deleting-strapi-cloud-account)).

<!-- TODO: replace with screenshot with connected accounts -->

<ThemedImage
alt="General tab of Profile page"
sources={{
light: '/img/assets/cloud/account-deletion.png',
dark: '/img/assets/cloud/account-deletion_DARK.png',
light: '/img/assets/cloud/settings-general.png',
dark: '/img/assets/cloud/settings-general_DARK.png',
}}
/>

<!--
### Modifying profile details
### Managing connected accounts

You can connect a Google account and a GitHub account to your Strapi Cloud account. The _Connected accounts_ section lists accounts that are currently connected to your Strapi Cloud account. From there you can also connect a new Google or GitHub account if one is not already connected.

1. In the *Details* section of the *General* tab, modify the information of your choice:
To connect a new Google or GitHub account to your Strapi Cloud account, click on the **Connect account** button and follow the next steps on the corresponding website.

| Setting name | Instructions |
| --------------- | ------------------------------------------------------------------------ |
| Name | Write your full name in the textbox. |
| Email | Write your complete email address in the textbox. |
2. Click on the **Save** button.
-->
You can also click on the three dots button of a connected account and click on the "Manage on" button to manage your GitHub or Google account directly on the corresponding website.

### Deleting Strapi Cloud account

Expand Down Expand Up @@ -124,4 +122,4 @@ From the subscription management modal, you can view and modify any current subs
1. Click on an active subscription tile (e.g. "Strapi Cloud Pro $99.OO"). You will be redirected to your subscription details.
2. Click on the **Cancel Subscription** link.
3. Select the reason of your cancellation from the drop-down menu, and optionally add a comment in the textbox.
4. Confirm your choice by clicking on the **Confirm Cancellation** button.
4. Confirm your choice by clicking on the **Confirm Cancellation** button.
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before you can deploy your Strapi application on Strapi Cloud, you need to have

1. Navigate to the [Strapi Cloud](https://cloud.strapi.io) login page.

2. You are prompted to **Log in with GitHub**. This initial login will create your Strapi Cloud account. Once logged in, you will be redirected to the Strapi Cloud *Projects* page where you can create your first Strapi Cloud project.
2. You are prompted to **Log in with GitHub** or **Log in with Google**. Choose your provider and log in. This initial login will create your Strapi Cloud account. Once logged in, you will be redirected to the Strapi Cloud *Projects* page where you can create your first Strapi Cloud project.

<ThemedImage
alt="Strapi Cloud login page"
Expand Down
6 changes: 3 additions & 3 deletions docusaurus/docs/cloud/projects/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 1

# Collaboration on projects

Projects are created by a user via their Strapi Cloud account, which is linked to their GitHub account. Strapi Cloud users can share their projects to anyone else, so these new users can have access to the Cloud dashboard and collaborate on that project, without the project owner to ever have to share their GitHub credentials.
Projects are created by a user via their Strapi Cloud account. Strapi Cloud users can share their projects to anyone else, so these new users can have access to the Cloud dashboard and collaborate on that project, without the project owner to ever have to share their credentials.

Users invited to collaborate on a project, called maintainers, do not have the same permissions as the project owner. Contrary to the project owner, maintainers:

Expand Down Expand Up @@ -38,7 +38,7 @@ To invite a new maintainer to collaborate on a project:
New maintainers will be sent an email containing a link to click on to join the project. Once a project is shared, avatars representing the maintainers will be displayed in the project dashboard next to the **Share** button, to see how many maintainers collaborate on that project and who they are.

:::tip
Avatars use GitHub profile pictures, but for pending users only initials will be displayed until the activation of the maintainer account. You can hover over an avatar to display the full name of the maintainer.
Avatars use GitHub or Google profile pictures, but for pending users only initials will be displayed until the activation of the maintainer account. You can hover over an avatar to display the full name of the maintainer.
:::

## Managing maintainers
Expand Down Expand Up @@ -73,4 +73,4 @@ The revoked maintainer will completely stop having access to the project dashboa

:::note
Maintainers whose access to the project has been revoked do not receive any email or notification.
:::
:::
Binary file modified docusaurus/static/img/assets/cloud/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/login_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 34aac94

@vercel
Copy link

@vercel vercel bot commented on 34aac94 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io
documentation-strapijs.vercel.app

Please sign in to comment.