docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Add User for Internal Authentication not working

Open Wilhelmsson177 opened this issue 5 years ago • 4 comments
trafficstars

Hello,

thank you for your great solution. I have set it up using trafik and it is working pretty well. Only thing is that I cannot use the internal authentication.

I execute docker-compose exec prosody /bin/bash and the bash inside the container is started. But each time I try to execute a command just nothing happens. Neither prosodyctl --config /config/prosody.cfg.lua register username meet.jitsi passswordnor other command return anything. After a few minutes of waiting I just abort using ctrl + c. Do you have any idea, where this comes from?

Wilhelmsson177 avatar Mar 23 '20 12:03 Wilhelmsson177

No idea, but I haven't been able to reproduce this problem. The command doesn't return any output but it does its job.

saghul avatar Mar 26 '20 10:03 saghul

I stumbled across the same or a similar issue. The register command (at least in my installation) is disabled by default. I had to use the adduser command instead, see https://github.com/jitsi/docker-jitsi-meet/issues/226
Maybe you give it a try...

digital-codes avatar Mar 26 '20 10:03 digital-codes

Hello, I also have a problem.when I do "prosodyctl --config /config/prosody.cfg.lua adduser [email protected]" or "prosodyctl --config /config/prosody.cfg.lua register ywl meet.jitsi 1234" ,then tell me "Error: Account creation/modification not supported".why this?

yuwanglang avatar Aug 23 '20 08:08 yuwanglang

Make sure these settings are enabled:

# Enable authentication
ENABLE_AUTH=1

# Enable guest access
ENABLE_GUESTS=1

# Select authentication type: internal, jwt or ldap
AUTH_TYPE=internal

More here: https://github.com/jitsi/docker-jitsi-meet/issues/443#issuecomment-644626792

adrynov avatar Nov 04 '20 18:11 adrynov

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 15 '25 02:09 github-actions[bot]