Skip to content

Commit 516d8a7

Browse files
matt423claude
andcommitted
docs(account): update user management URLs and SSO disconnect flow
Replace legacy /users/edit links with /users/settings/profile and /users/settings/security. Rewrite the SSO disconnect steps to match the new Password and Login provider cards, and add a note about lock-out prevention when a password is not set. DX-1074 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d5b5864 commit 516d8a7

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

src/pages/docs/platform/account/team.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ You must be an account owner or admin to remove users:
7777
## Delete your profile or leave an account <a id="leave"/>
7878

7979
1. Log in to your [account](https://ably.com/accounts/any).
80-
2. Go to [My Settings](https://ably.com/users/edit).
80+
2. Go to [Profile settings](https://ably.com/users/settings/profile).
8181
3. [Disconnect SSO provider](#sso) if you use SSO to log in.
82-
4. Scroll to "Want to delete your profile?"
83-
5. Click "Start" to remove yourself from this account.
82+
4. Scroll to the **Delete profile** section.
83+
5. Click **Delete profile** to remove yourself from this account.
8484

8585
<Aside data-type='important'>
8686
Account owners: Deleting your profile will delete the entire account and all data. You must first [transfer ownership](https://faqs.ably.com/can-i-change-my-ably-account-owner) to another user before deleting your profile.
@@ -110,10 +110,13 @@ If you use an SSO login you'll see a "Contact us" link instead of a "Start" butt
110110

111111
If you use SSO to log in, you must set a password and disconnect your SSO provider before closing your account:
112112

113-
1. Log in to your [account](https://ably.com/accounts/any).
114-
2. Navigate to Account then [My Settings](https://ably.com/users/edit).
115-
3. In the Password section, click "Change your password".
116-
4. Click "Update my personal settings" to save the changes.
117-
5. Scroll to the Login provider section.
118-
6. Click "remove connection" next to the SSO provider you want to disconnect.
119-
7. Return to the instructions above to [close your account](#close).
113+
1. Log in to your [account](https://ably.com/accounts/any) using your current SSO method.
114+
2. Go to [Security](https://ably.com/users/settings/security).
115+
3. In the **Password** card, click **Create password** and enter a new password in the dialog.
116+
4. Scroll to the **Login provider** card.
117+
5. Click **Disconnect** next to the SSO provider you want to disconnect and confirm in the dialog.
118+
6. Return to the instructions above to [close your account](#close).
119+
120+
<Aside data-type='note'>
121+
You cannot disconnect your last remaining SSO provider unless a password is set on your account.
122+
</Aside>

0 commit comments

Comments
 (0)