X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=25570fc44f3521599b8b56b636d9808fc48c26bb;hb=45b22fccfe6fdf6eb00384175e7c51d4a27569ad;hp=c658921bee145b6ea46267d106f4c283536b53ef;hpb=ea49e036fe722fbd3c4418518ea744d831d4ab31;p=prosody.git diff --git a/prosodyctl b/prosodyctl index c658921b..25570fc4 100755 --- a/prosodyctl +++ b/prosodyctl @@ -366,7 +366,7 @@ function commands.deluser(arg) return 1; end - local ok, msg = prosodyctl.passwd { user = user, host = host }; + local ok, msg = prosodyctl.deluser { user = user, host = host }; if ok then return 0; end