39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
---
|
||
id: account-settings
|
||
title: Account Settings
|
||
sidebar_label: Account Settings
|
||
---
|
||
|
||
---
|
||
|
||
Under the `My Account` tab, you can change your personal details such as the email, full name, and password.
|
||
|
||
> Note: The username can’t be changed as it is unique.
|
||
|
||
## Edit Personal Details
|
||
|
||
Enter your name and your email address in the following text fields and click on the `Save Changes` button.
|
||
|
||
<img src={require('../assets/user-guides/my-account/step-1.png').default} width="1000" height="500" />
|
||
|
||
Once done successfully, you’ll be getting a modal indicating a successful completion of the operation.
|
||
|
||
<img src={require('../assets/user-guides/my-account/step-2.png').default} width="1000" height="500" />
|
||
|
||
## Change Password
|
||
|
||
On the same page, you can change your password by providing your current as well as your new password and then click on the `Change Password` button.
|
||
|
||
<img src={require('../assets/user-guides/my-account/step-3.png').default} width="1000" height="500" />
|
||
|
||
> Note: If you have forgotten your password, please contact your admin to reset your password
|
||
|
||
On successful completion, you’ll be getting a modal indicating that the password has been changed.
|
||
|
||
<img src={require('../assets/user-guides/my-account/step-4.png').default} width="1000" height="500" />
|
||
|
||
## Learn more
|
||
|
||
- [Create a new user](create-user.md)
|
||
- [View users and their details](view-user.md)
|