Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account creation/modification not supported. #237

Closed
eloirobe opened this issue Mar 19, 2020 · 3 comments
Closed

Account creation/modification not supported. #237

eloirobe opened this issue Mar 19, 2020 · 3 comments

Comments

@eloirobe
Copy link

Hello

I followed the steps of the readme, to test the application in my laptop and it seems that jitsi doesn't read the .env file, I disabled the guest access but I can use the application without any authentication

I enabled the authentication uncomment this in the .env file
ENABLE_AUTH=1
ENABLE_GUESTS=0
AUTH_TYPE=internal

And when I want to create a user says this:

$docker-compose exec prosody /bin/bash
root@9af3171b4fab:/# prosodyctl --config /config/prosody.cfg.lua register username meet.jitsi passsword
Error: Account creation/modification not supported.
root@9af3171b4fab:/# 

thanks

@aksdb
Copy link

aksdb commented Mar 20, 2020

I had the same problem and was at least able to get past that particular point by removing the config directory and completely start from scratch (I assume it gets populated on first start).

However even though the script worked, it did not ask for the password interactively (ok, I can live with that), but jitsi still allows sessions to be created and joined without any authentication. I don't even see a way to login.

@saghul
Copy link
Member

saghul commented Mar 20, 2020

The env file is read on the first boot, then we use the genrated config files, if you modify the env fileyou need to wipe the config volume for now.

@eloirobe
Copy link
Author

Thanks a lot, after some sleep I see that the .jitsi-meet-cfg is located in ~/ just deleted the folder and recreated again and It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants