You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to setup a multi-org Rocket.Chat instance using permission-removal of view-outside-room it correctly hides users when trying to search for them in the groups.
When you however add a new discussion to an existing group, it will allow you to invite users outside of the parent group.
Steps to reproduce:
Remove permissions these permissions from role User
view-outside-room
view-c-room
create-c
create-p
Create users A1 and A2 and put them into private group A-General
Create users B1 and B2 and put them into new private group B-General
Login with user A1
Start a discussion in group A-General
Start typing to invite users
Expected behavior:
Only users A1 and A2 can be seen
Actual behavior:
All users can be queried (including B1 and B2)
Server Setup Information:
Version of Rocket.Chat Server: 1.1.3
Operating System: Linux
Deployment Method: Docker
Number of Running Instances: 1
NodeJS Version: 8.11.4
MongoDB Version: 4.0.10
The text was updated successfully, but these errors were encountered:
Description:
When trying to setup a multi-org Rocket.Chat instance using permission-removal of
view-outside-room
it correctly hides users when trying to search for them in the groups.When you however add a new discussion to an existing group, it will allow you to invite users outside of the parent group.
Steps to reproduce:
User
Expected behavior:
Only users A1 and A2 can be seen
Actual behavior:
All users can be queried (including B1 and B2)
Server Setup Information:
The text was updated successfully, but these errors were encountered: