mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
feat: Chat encryption using users password #3764
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 @DuckyBlender on GitHub (Feb 11, 2025).
Is your feature request related to a problem? Please describe.
Currently, admins have access to all user messages and chats, which is a major privacy concern. Additionally, if an admin account is compromised, it could expose all messages, creating a significant security risk.
Describe the solution you'd like
ENABLE_ADMIN_CHAT_ACCESStofalseby default to prevent admins from accessing messages unless explicitly enabled.Describe alternatives you've considered
None - this is a core issue for privacy and security.
Additional context
Protecting user privacy is critical. This change ensures messages are secure, even if an admin account is compromised, and builds trust in the platform.