I set up my Jitsi-meet server and went through the process of enabling authentication. I created a user id and password using the following command line:
sudo prosodyctl register newuserid myurl.something.org mypassword
Everything works well.
How would I change this password? How would i delete this user? I’ve tried the following:
sudo prosodyctl deluser newuserid@myurl.something.org and that failed.
Any assistance would be appreciated. Thank you.