1. Get the container id for plane-backend
docker ps
  1. Log in to the container
docker exec -it <container_id> /bin/sh
  1. Run the reset password command
python manage.py reset_password <email>

The email should be of an already existing user on the Plane application. If the email is not attached to any user the command will throw an error.