Better explain password for insert-user

This commit is contained in:
Kyle Maas 2022-11-05 10:51:43 -04:00 committed by André Staltz
parent cecadc4402
commit 7abf0a07ed
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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