opengist/docs/administration/reset-password.md
2024-04-03 01:56:55 +02:00

7 lines
No EOL
174 B
Markdown

# Reset a user password
To reset a user password, run the following command using the Opengist binary:
```bash
./opengist admin reset-password <username> <new-password>
```