From 616e959e69c0410bff0788646c0910f982aec78e Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Mon, 20 Jul 2020 20:15:32 +0530 Subject: [PATCH] Add note about generated password --- Installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installation.md b/Installation.md index 11d9559..5de6308 100644 --- a/Installation.md +++ b/Installation.md @@ -136,8 +136,15 @@ Check with sudo systemctl status chatto ``` and if it fails to start do + ``` sudo journalctl -u chatto ``` 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.