opengist/docs/administration/reset-password.md

7 lines
174 B
Markdown
Raw Normal View History

2024-02-24 17:45:36 +00:00
# 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>
```