mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
As a User I can access the URL Path /admin/settings/ and /workspace -> maybe there are even more paths... #1663
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 @wggcch on GitHub (Aug 2, 2024).
Bug Report
Description
Bug Summary:
Given I am logged in as a User
/workspace
Steps to Reproduce:
When I append /workspace to my URL (e.g. http://localhost:3000/workspace)
When I visit the URL
Actual Behavior:
I can open the Workspace Settings
Expected Behavior:
I think it would be better to not be able to visit the page as a user at all or add a "local" /workspace for a more group and user based access
/admin/settings
Steps to Reproduce:
When I append /admin/settings
When I visit the URL
Actual Behavior:
I can open the Admin Settings
Expected Behavior:
As a User I would not expect to enter the Admin settings
Environment
Open WebUI Version: [0.3.10]
Operating System: [ macOS Big Sur]
Browser: [Firefox, Chrome, MS Edge where tested]
Reproduction Details
Confirmation:
Logs and Screenshots
I've made two Screenshots of a User entering the mentioned paths
Installation Method
I've installed openwebui over docker, like its discribed within the readme.md
@tjbck commented on GitHub (Aug 2, 2024):
Fixed on dev!