How can I make Jitsi forget the credential of my users

Hi,

We would like to ask the username and password each times the user is trying to connect.

Is there a way to do that ?

Thanks a lot,

Obviously, I don’t want to ask a username / password to guests :wink:

try
org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true

1 Like

Thanks @gpatel-fr

It is almost that… If the user try to open (without enter the credentials) two differents rooms, when he login the first, the second will automaticly take the credential from the first… so he logged one time! And sometimes, it ask again… don’t know why :confused:

with secure domain, the user is logged to the domain, not to a particular room in this domain. If room restriction is wanted with this model, room passwords can be used.

In fact, I just want to have the credentials each time a room is created… not protect the room :confused: