docs: fix reset-password command invocation in CONTRIBUTING

This commit is contained in:
detail-app[bot] 2026-09-03 18:53:07 +00:00 committed by GitHub
parent 782bb4e249
commit 5cbc7efc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,13 +123,13 @@ pnpm run docker:push
In the case you lost your password, you can reset the owner's password using the following command
```bash
pnpm run reset-password
pnpm --filter=dokploy run reset-password
```
To reset the password of a specific user instead, pass their email as an argument
```bash
pnpm run reset-password -- user@example.com
pnpm --filter=dokploy run reset-password user@example.com
```
Both commands print the new randomly generated password to the console.