mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-10 18:01:53 +02:00
Reset a user password using CLI (#226)
This commit is contained in:
7
docs/administration/reset-password.md
Normal file
7
docs/administration/reset-password.md
Normal file
@ -0,0 +1,7 @@
|
||||
# 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>
|
||||
```
|
Reference in New Issue
Block a user