mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #15118] issue: Uploaded files visible across accounts when switching users #137202
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 @TatianiKat on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15118
Bug Report
Important Notes
:mainor:devDocker setup or withpip installon Python 3.11, community assistance may be required. In such cases, we may not be able to provide immediate support.Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
llama 3.3.7
Operating System
Windows
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When switching between user accounts, any files that were uploaded but not yet sent should not be visible to the new user. Each user session should isolate unsent uploads for privacy and security.
Actual Behavior
When I switch accounts (for example, log out from one user and log in as another), any files that were uploaded but not yet sent are still visible in the upload area for the new user. This creates a privacy issue, as files intended for one user are accessible to another.
Steps to Reproduce
Logs & Screenshots
Additional Information
This bug may be due to temporary upload storage (frontend or backend) not being isolated or cleared on account switch. Uploaded files should be tied to the current session/user. Please advise if more information is needed.
@tjbck commented on GitHub (Jun 18, 2025):
Good catch, should be addressed with 1547235d473ae2ebfd5136ed175742a95514a048!