Check Existing Issues
Verify Feature Scope
Problem Description
When the feature to introduce user sharing was created, no flag was created to disable it. Now individual users can share to other individual users irregardless of group access permissions
Desired Solution you'd like
Create a feature flag via environment variable that disables USER Sharing via the access control ui file https://github.com/open-webui/open-webui/blob/main/src/lib/components/workspace/common/AccessControl.svelte and the API side of requests to prevent the payload to each individual ACL configuration for models, knowledge bases, skills, etc
Alternatives Considered
Issue creates burdensome permission issues
Additional Context
No response