mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14602] feat: Customizable banners per user groups #32843
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 @hdnh2006 on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14602
Check Existing Issues
Problem Description
I appreciate you have added the Customizable Banners feature
That's pretty good because you can communicate with your users, but unfortunately, there's no way to filter by user groups.
Desired Solution you'd like
Set the customizable banners for users groups so you can send messages to specific groups.
Alternatives Considered
No response
Additional Context
No response
@flefevre commented on GitHub (Aug 25, 2025):
I do understand your need but I think it will a global refactor of the banner code to implement it since banner are managed at admin level.
Moreover it will complexity for instance the internalisation feature
feat: Implement banner internationalization #16633