Skip to content

Commit f0101ff

Browse files
Documentation edits made through Mintlify web editor
1 parent 1415879 commit f0101ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

self-hosting/govern/reset-password.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Reset Password
33
description: Users can reset their password through the terminal of the Plane application. You need to login to backend docker container and run the below command for resetting a user's password.
44
---
5-
1. Get the container id for **plane-backend**
5+
1. Get the container id for **plane-api**.
66
```
77
docker ps
88
```
99

10-
2. Log in to the container
10+
2. Log in to the container.
1111
```
1212
docker exec -it <container_id> /bin/sh
1313
```
1414

15-
3. Run the reset password command
15+
3. Run the reset password command.
1616
```
1717
python manage.py reset_password <email>
1818
```

0 commit comments

Comments
 (0)