From 7abf0a07edc197dd016166fb35d2f5ed3d6d1d96 Mon Sep 17 00:00:00 2001 From: Kyle Maas Date: Sat, 5 Nov 2022 10:51:43 -0400 Subject: [PATCH] Better explain password for insert-user --- cmd/insert-user/main.go | 2 +- docs/deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/insert-user/main.go b/cmd/insert-user/main.go index ab7a41d..6d70322 100644 --- a/cmd/insert-user/main.go +++ b/cmd/insert-user/main.go @@ -76,7 +76,7 @@ func main() { check(err) defer db.Close() - fmt.Fprintln(os.Stderr, "Enter Password: ") + fmt.Fprintln(os.Stderr, "Choose a password to be able to log into the web frontend: ") bytePassword, err := terminal.ReadPassword(int(syscall.Stdin)) check(err) diff --git a/docs/deployment.md b/docs/deployment.md index 1f03fff..18328cf 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -184,5 +184,5 @@ Or if you installed go-ssb-room using the Debian package: sudo ./insert-user -repo "/var/lib/go-ssb-room" "@Bp5Z5TQKv6E/Y+QZn/3LiDWMPi63EP8MHsXZ4tiIb2w=.ed25519" ``` -You can now login in the web-front-end using these credentials +It will ask you to create a password to access the web-front-end. You can now login in the web-front-end using these credentials