26 lines
806 B
Markdown
26 lines
806 B
Markdown
---
|
|
id: reset-password
|
|
title: Reset Password of a User
|
|
sidebar_label: Reset Password
|
|
---
|
|
|
|
---
|
|
|
|
The admin has the ability to reset the login password for any user in the portal.
|
|
|
|
## 1. Locate the user
|
|
|
|
Under the `User Management` tab find the user who's password needs to be updated and click on the options icon to open a drop-down and select `Reset Password` option
|
|
|
|
<img src={require('../assets/user-guides/user-management/reset-password/step-1.png').default} />
|
|
|
|
## 2. Change the password
|
|
|
|
In the `Reset Password` modal type in the new password in the `New Password` & `Re-enter new password` fields. Once done hit the `Confirm` button to update the password.
|
|
|
|
<img src={require('../assets/user-guides/user-management/reset-password/step-2.png').default} />
|
|
|
|
## Learn more
|
|
|
|
- [View users](view-user.md)
|