1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 23:00:35 +00:00
opengist/docs/administration/reset-password.md

7 lines
174 B
Markdown
Raw Normal View History

2024-02-24 18:45:36 +01: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>
```