docs(account): update settings pages for new dashboard UX (DX-1074)#3344
docs(account): update settings pages for new dashboard UX (DX-1074)#3344matt423 wants to merge 3 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| * Remove, or change user roles within an Ably account. | ||
|
|
||
| ### My Settings | ||
| ### Personal settings |
There was a problem hiding this comment.
Given the image at the top of the page, this page sorta no longer makes sense.
The old image used to show all the account options on the old dashboard, but those options are left-nav.
So I think we need to consider the structure of this page (do we split user + account?)
There was a problem hiding this comment.
I see there's some cross over with Marks open PR. I'll see what's worth picking from there into here
1ac0517 to
7b0eb43
Compare
7b0eb43 to
088212b
Compare
5144f45 to
3478342
Compare
088212b to
269e187
Compare
m-hulbert
left a comment
There was a problem hiding this comment.
Just a couple of wording changes to match the dashboard
| 1. Log in to your account and select [Profile Settings](https://ably.com/users/edit) in your account. | ||
| 2. Click the **Disable Two-Factor Authentication** button. | ||
| * Re-enter your password as prompted. | ||
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security settings](https://ably.com/users/settings/security). |
There was a problem hiding this comment.
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security settings](https://ably.com/users/settings/security). | |
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security](https://ably.com/users/settings/security). |
| 6. Enter the security token and click **Verify security code**. | ||
| 7. Scan the QR code into an authenticator app such as Authy, or Google Authenticator. | ||
| 8. Store your recovery codes in a safe location. | ||
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security settings](https://ably.com/users/settings/security). |
There was a problem hiding this comment.
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security settings](https://ably.com/users/settings/security). | |
| 1. Log in to your [account](https://ably.com/accounts/any) and go to [Security](https://ably.com/users/settings/security). |
|
|
||
| [Manage the users](https://ably.com/accounts/any/account_users) that have access to your account. The account owner role has full permissions to manage the account, including adding and removing users, and managing their [roles](/docs/platform/account/team). | ||
|
|
||
| ## Personal settings <a id="personal"/> |
There was a problem hiding this comment.
The top-level is called 'Profile settings' in the dashboard.
There was a problem hiding this comment.
Renamed the heading to Profile settings to match the dashboard. Kept the anchor as #personal in case anything external links to it.
- Claude
| 6. Click "remove connection" next to the SSO provider you want to disconnect. | ||
| 7. Return to the instructions above to [close your account](#close). | ||
| 1. Log in to your [account](https://ably.com/accounts/any) using your current SSO method. | ||
| 2. Go to [Security settings](https://ably.com/users/settings/security). |
There was a problem hiding this comment.
| 2. Go to [Security settings](https://ably.com/users/settings/security). | |
| 2. Go to [Security](https://ably.com/users/settings/security). |
Enable and disable flows now go through the dedicated Security settings page with password-confirmation dialogs. Drop SMS setup steps (TOTP-only for new users) and replace the SMS/TOTP section with a deprecation note for legacy users. DX-1074 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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>
Rename the "My Settings" section to "Personal settings" and link out to the three new sub-pages (Profile, Security, Emails and notifications). Update the intro and replace the dashboard screenshot to reflect the new user menu dropdown. DX-1074 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
269e187 to
71070f9
Compare
Description
Jira: DX-1074
Changes
Three atomic commits:
/users/editlinks swapped for/users/settings/profileand/users/settings/security. SSO disconnect flow rewritten for the new Password and Login provider cards, with a lock-out prevention note.Review app
Checklist