bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
781 stars 3.81k forks source link

Share Access to the room does not search in registered users #5834

Closed amg-web closed 1 month ago

amg-web commented 1 month ago

Share Access to the room does not search in registered users:

Reproduce:

  1. have 2+ users registered in greenlight v3
  2. create room
  3. go to Room => Access tab
  4. click Share Access
  5. start typing user name
  6. nothing found Tested with mail name partial or full name - nothing found.

Screenshot from 2024-06-05 12-06-15

Screenshot from 2024-06-05 12-06-02

nirajkumar999 commented 1 month ago

Check what role has been assigned to user, Role should have the required permission enabled to get visible in the dropdown. We have a permission named 'SharedList' which defines to "include users with this role in the dropdown for sharing rooms".

amg-web commented 1 month ago

@nirajkumar999 Yes. I see now. It's ok with Admin users which has this permission by default. Thanks you. Ticket closed.