Add changing password to readme

master
Bob Mottram 2019-07-05 10:53:51 +01:00
parent 5bb7b73af3
commit 69975ca092
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ To remove an account (be careful!):
python3 epicyon.py --rmaccount nickname@domain
```
To change the password for an account:
``` bash
python3 epicyon.py --changepassword nickname@domain newpassword
```
## Running the Server
To run with defaults: