Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com> Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
---
|
|
title: Profile Settings
|
|
subtitle: Manage your personal account and security
|
|
slug: cloud/account-settings/profile-settings
|
|
---
|
|
|
|
Click your avatar at the bottom of the sidebar to open the **Account** page. It has two tabs: **Profile** and **Security**.
|
|
|
|
## Profile
|
|
|
|
The **Profile** tab shows your display name and email address. Update your display name and click **Save** to apply.
|
|
|
|
## Security
|
|
|
|
The **Security** tab is where you manage your password and review active sessions.
|
|
|
|
<img src="/images/cloud/change-password.png" alt="Account Security tab showing password fields and active devices" />
|
|
|
|
Under **Set password**, enter your new password and confirm it. A green checkmark appears when the password meets requirements and both fields match. Check **Sign out of all other devices** if you want to invalidate existing sessions — recommended if you suspect unauthorized access.
|
|
|
|
Click **Save** to apply.
|
|
|
|
**Active devices** lists every device currently signed into your account, showing the browser, IP address, and last access time. Use this to verify that all sessions are yours.
|
|
|
|
<Note>
|
|
If you signed up with Google or another SSO provider, password management is handled by the external provider and this section may not appear.
|
|
</Note>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Organization Settings"
|
|
icon="building"
|
|
href="/cloud/account-settings/organization-settings"
|
|
>
|
|
Manage your team and organization details
|
|
</Card>
|
|
<Card
|
|
title="API Keys"
|
|
icon="key"
|
|
href="/cloud/account-settings/api-keys"
|
|
>
|
|
View and manage API keys
|
|
</Card>
|
|
</CardGroup>
|