Add note about generated password
parent
590685df50
commit
616e959e69
@ -136,8 +136,15 @@ Check with
|
|||||||
sudo systemctl status chatto
|
sudo systemctl status chatto
|
||||||
```
|
```
|
||||||
and if it fails to start do
|
and if it fails to start do
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
sudo journalctl -u chatto
|
sudo journalctl -u chatto
|
||||||
```
|
```
|
||||||
to check the cause of the failure.
|
to check the cause of the failure.
|
||||||
|
|
||||||
|
## Default Password
|
||||||
|
|
||||||
|
When running the jar file for the first time, a file containing the default(randomly generated) password for the admin account will have been generated in the same directory as the jar.
|
||||||
|
|
||||||
|
Please make note of the password, and then delete the file.
|
||||||
|
Loading…
Reference in New Issue
Block a user