From 85c79cfb2b7bcf60ce3e1cd7378984c3a846f331 Mon Sep 17 00:00:00 2001 From: arnuschky Date: Thu, 20 Jun 2019 21:02:06 +0200 Subject: [PATCH] doc: fix prosody create user command in README Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/109 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63cbbd0..a48c8cc 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,9 @@ In order to do that, first execute a shell in the corresponding container: Once in the container, run the following command to create a user: -``prosodyctl --config /config/prosody.cfg.lua register user meet.jitsi password`` +``prosodyctl --config /config/prosody.cfg.lua register username@meet.jitsi`` + +The command then asks for a password interactively. #### Authentication using LDAP