You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: src/pages/docs/platform/account/team.mdx
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,10 @@ You must be an account owner or admin to remove users:
77
77
## Delete your profile or leave an account <aid="leave"/>
78
78
79
79
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).
81
81
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.
84
84
85
85
<Asidedata-type='important'>
86
86
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
110
110
111
111
If you use SSO to log in, you must set a password and disconnect your SSO provider before closing your account:
112
112
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
+
<Asidedata-type='note'>
121
+
You cannot disconnect your last remaining SSO provider unless a password is set on your account.
0 commit comments