mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
7 lines
174 B
Markdown
7 lines
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>
|
||
|
```
|