mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #15047] feat: Remove "Update Info" Button from Normal Users (only show to Admins) #17450
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 @cjccjj on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15047
Check Existing Issues
Problem Description
The "Update Info" button, which notifies users that a new version is available, is currently shown to all users. However, informing regular users that a new version is available (but not installed yet and with nothing they can do about it) offers little to no value. When updates are frequent, this notification becomes a distraction for normal users.
Desired Solution you'd like
Do not show it too all users but only admins.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jun 17, 2025):
Hm i am pretty sure this is already only shown to admins
But as a workaround you can optionally enable OFFLINE_MODE which disables these notifications
@cjccjj commented on GitHub (Jun 17, 2025):
My bad. I must have been mistaken while switching back and forth between admin and user roles. I took a quick look at the code before posting the issue, where it does not check the user role. However, the checkForVersionUpdates call does verify the user role earlier.