mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #20488] [MERGED] feat: add ENABLE_USER_STATUS toggle for admin-controlled user status visibility #96680
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20488
Author: @Classic298
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @tjbck
Base:
dev← Head:user-status📝 Commits (4)
3b0959afeat: add ENABLE_USER_STATUS toggle for admin-controlled user status visibilityc31713cUpdate UserMenu.sveltead09b50nuke the indicator543e2f4fix📊 Changes
7 files changed (+40 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/routers/auths.py(+4 -0)📝
backend/open_webui/routers/users.py(+12 -0)📝
src/lib/components/admin/Settings/General.svelte(+8 -0)📝
src/lib/components/layout/Sidebar.svelte(+6 -2)📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+1 -0)📄 Description
feat: add ENABLE_USER_STATUS toggle for admin-controlled user status visibility
Add a new admin panel toggle (Admin > Settings > General) called "User Status" that allows administrators to globally enable or disable user status functionality.
When disabled:
The setting:
Files modified:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.