doc: fix prosody create user command in README

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/109
This commit is contained in:
arnuschky 2019-06-20 21:02:06 +02:00 committed by Saúl Ibarra Corretgé
parent 046145d95e
commit 85c79cfb2b
1 changed files with 3 additions and 1 deletions

View File

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