From 2f173804dfd0ffb6f6cfd1d846778afec9d90514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 24 Mar 2020 08:44:36 +0100 Subject: [PATCH] doc: clarify account registration command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba80392..466e07d 100644 --- a/README.md +++ b/README.md @@ -288,9 +288,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 username meet.jitsi passsword`` +``prosodyctl --config /config/prosody.cfg.lua register TheDesiredUsername meet.jitsi TheDesiredPassword`` -The command then asks for a password interactively. +Note that the commend produces no output. #### Authentication using LDAP