mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Feature Request: Option to Disable Administrator Access to User Chat Histories #4715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manwallet on GitHub (Apr 4, 2025).
Check Existing Issues
Problem Description
Description
Currently, administrators can view all chat histories of registered users. This creates privacy concerns for users who want their conversations to remain confidential, even from the server administrator. As a server host who wants to provide OpenWebUI services to friends and other users, I need a way to ensure their privacy and build trust by technically restricting my own access to their conversations.
Proposed Solution
Implement a system setting that allows administrators to disable their ability to view users' chat histories. This could be:
Use Cases
Benefits
Additional Context
This feature is important for building trust when sharing an OpenWebUI server with other users. Many users are hesitant to use shared AI services if they believe their conversations could be viewed by administrators.
Thank you for considering this feature request.
Desired Solution you'd like
Desired Solution
I suggest implementing a simple and straightforward user authorization mechanism:
User Authorization for Access:
Interface Implementation:
This approach is both simple and effective in protecting user privacy while allowing administrators to provide support when necessary with explicit permission.
Alternatives Considered
No response
Additional Context
No response
@gaby commented on GitHub (Apr 4, 2025):
@manwallet This already exists, see the docs:
https://docs.openwebui.com/getting-started/env-configuration#enable_admin_chat_access
@manwallet commented on GitHub (Apr 4, 2025):
My bad
thank you very very much
@gaby commented on GitHub (Apr 4, 2025):
@manwallet No problem, please close the issue as completed