Merge pull request #5295 from Dokploy/detail/fix-docs/docs-fix-reset-password-command-invocation-in-cont-f3c26a

docs: fix reset-password command invocation in CONTRIBUTING
This commit is contained in:
Mauricio Siu 2026-09-04 09:02:58 -06:00 committed by GitHub
commit 7fb02abb3e
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.