39 lines
995 B
Markdown
39 lines
995 B
Markdown
---
|
||
id: account-settings
|
||
title: Account settings
|
||
sidebar_label: Account settings
|
||
---
|
||
|
||
---
|
||
|
||
Under the account settings, you can change your personal details such as the email, name, and password.
|
||
|
||
:::note
|
||
The username can’t be changed as it is unique.
|
||
:::
|
||
|
||
To navigate to the accounts page, click on the user avatar on the bottom left of the navbar:
|
||
|
||
<figure>
|
||
<img src={require('../assets/user-guides/my-account/step-1.png').default} alt="avatar nav" />
|
||
</figure>
|
||
|
||
## Edit personal details
|
||
|
||
Click the edit icon to open the edit modal:
|
||
|
||
<figure>
|
||
<img src={require('../assets/user-guides/my-account/step-2.png').default} alt="edit icon" />
|
||
</figure>
|
||
|
||
Enter your name and email address in the following text fields and click on the **Confirm** button to save the new details.
|
||
|
||
<figure>
|
||
<img src={require('../assets/user-guides/my-account/step-3.png').default} alt="edit information" />
|
||
</figure>
|
||
|
||
## Learn more
|
||
|
||
- [Create a new user](create-user.md)
|
||
- [View users and their details](view-user.md)
|