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

Ability to set a password for a room to avoid "jitsi bombing" #44

Closed
mwuttke opened this issue May 7, 2020 · 9 comments
Closed

Ability to set a password for a room to avoid "jitsi bombing" #44

mwuttke opened this issue May 7, 2020 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@mwuttke
Copy link
Contributor

mwuttke commented May 7, 2020

Hello Sergio,
Would it be possible to implement the ability to set a password in the module settings for a jitsi room as the moodle lectures, just to avoid "jitsi bombing"?
Greetings & thanks for the plugin!
Michael

@SergioComeron
Copy link
Member

you can avoid bombing by putting more fields as session name. But yes, in the next version I think I will be able to launch the plugin with the possibility of putting a password ..

@SergioComeron SergioComeron self-assigned this May 15, 2020
@SergioComeron SergioComeron added the enhancement New feature or request label May 15, 2020
@Luckasas
Copy link

Luckasas commented May 18, 2020

If a student access the room before a teacher he becomes administrator.
Is it possible to use the password feature to avoid this?

@bryanasdev000
Copy link

@Luckasas if you are using https://github.com/nvonahsen/jitsi-token-moderation-plugin , this module send the moderator option inside the JWT payload. Then only teachers can be admin, yet if a student enters before the teacher, he will be able to "open" the room, so #47 is interesting too.

@SergioComeron
Copy link
Member

Hi @Luckasas
I'm working on this and wondering where would be better to set the password. At the administrator level? at the teacher level? what do you think?

SergioComeron added a commit that referenced this issue Jul 2, 2020
@SergioComeron
Copy link
Member

finally, the administrator will configure the password for all sessions. Added for the next version.
thanks!

@Luckasas
Copy link

Thank you very much!
But the problem: "If a student access the room before a teacher he becomes administrator.
Is it possible to use the password feature to avoid this?"
doesn't work...

@bryanasdev000
Copy link

Thank you very much!
But the problem: "If a student access the room before a teacher he becomes administrator.
Is it possible to use the password feature to avoid this?"
doesn't work...

You can use this plugin on Jitsi side (if you are using JWT auth) to block that: https://github.com/nvonahsen/jitsi-token-moderation-plugin

Then only teachers will be moderators.

@umerf52
Copy link

umerf52 commented Jan 26, 2021

Thank you very much!
But the problem: "If a student access the room before a teacher he becomes administrator.
Is it possible to use the password feature to avoid this?"
doesn't work...

You can use this plugin on Jitsi side (if you are using JWT auth) to block that: https://github.com/nvonahsen/jitsi-token-moderation-plugin

Then only teachers will be moderators.

@bryanasdev000 how do I configure this plugin?
I have installed it but I don't see any difference. Students can still become moderators.

@bryanasdev000
Copy link

Thank you very much!
But the problem: "If a student access the room before a teacher he becomes administrator.
Is it possible to use the password feature to avoid this?"
doesn't work...

You can use this plugin on Jitsi side (if you are using JWT auth) to block that: https://github.com/nvonahsen/jitsi-token-moderation-plugin
Then only teachers will be moderators.

@bryanasdev000 how do I configure this plugin?
I have installed it but I don't see any difference. Students can still become moderators.

Did you have JWT setup on your Jitsi? This plugin already sends Teachers as moderators and all other as non-moderators on JWT Token body, you only have to make sure that JWT is working on Jitsi side and use the same credentials as Jitsi on this plugin (AppID and Secret).

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

No branches or pull requests

5 participants