[GH-ISSUE #15047] feat: Remove "Update Info" Button from Normal Users (only show to Admins) #17450

Closed
opened 2026-04-19 23:12:46 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @cjccjj on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15047

Check Existing Issues

  • I have searched the existing issues and discussions.

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

Originally created by @cjccjj on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15047 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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_
Author
Owner

@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

<!-- gh-comment-id:2978997754 --> @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
Author
Owner

@cjccjj 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

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.

<!-- gh-comment-id:2980801958 --> @cjccjj 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 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17450