diff --git a/docs/getting_started/get_started.md b/docs/getting_started/get_started.md index f66b3347..e67e7e84 100644 --- a/docs/getting_started/get_started.md +++ b/docs/getting_started/get_started.md @@ -83,13 +83,13 @@ After you finish, the avatar is uploaded and is visible in the Back Office. To save changes to the user profile, click **Update**. -### Change the password and other user settings +### User settings You can access your user settings on the right side of the top bar: ![User preferences menu](img/user_preferences.png) -Here you can change your user password and define your user preferences, +Here you can [change your user password](get_started.md#change-the-password) and define your user preferences, such as preferred timezone, short and full date and time format, or Back Office language. **Location** @@ -132,3 +132,15 @@ such as preferred timezone, short and full date and time format, or Back Office --------|-----------| |Active dashboard|Sets which dashboard is displayed after you log in.| +### Change the password + +You can change your user [password]([[= developer_doc =]]/users/passwords/) at any time. +To do it, first, access your user profile, and go to **Account settings** tab. +Then, click **Change password**. + +![Change password](img/change_password.png "Change password") + +Fill in all the required fields and click **Save and close** to save changes. +Click **Discard** to reject your changes and return to the previous screen. + +![Editing password](img/editing_password.png "Editing password") \ No newline at end of file diff --git a/docs/getting_started/img/change_password.png b/docs/getting_started/img/change_password.png new file mode 100644 index 00000000..be00325d Binary files /dev/null and b/docs/getting_started/img/change_password.png differ diff --git a/docs/getting_started/img/editing_password.png b/docs/getting_started/img/editing_password.png new file mode 100644 index 00000000..c6047a2d Binary files /dev/null and b/docs/getting_started/img/editing_password.png differ