litmus-docs/website/docs/user-guides/account-settings.md

39 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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 cant 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, youll 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, youll 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)