forked from indymedia/epicyon
Add changing password to readme
parent
5bb7b73af3
commit
69975ca092
|
@ -75,6 +75,12 @@ To remove an account (be careful!):
|
||||||
python3 epicyon.py --rmaccount nickname@domain
|
python3 epicyon.py --rmaccount nickname@domain
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To change the password for an account:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
python3 epicyon.py --changepassword nickname@domain newpassword
|
||||||
|
```
|
||||||
|
|
||||||
## Running the Server
|
## Running the Server
|
||||||
|
|
||||||
To run with defaults:
|
To run with defaults:
|
||||||
|
|
Loading…
Reference in New Issue