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