mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #9592] Option to show banners at login page as well as for logged in users #54238
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 @huornlmj on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9592
Feature Request
Is your feature request related to a problem? Please describe.
In my implementation, I have disabled user self registration, so there is only a "log in" option. Unfortunately if users are simply given the link with no other information and they arrive at the page, there is no way to instruct the visitors on how to obtain an account.
Describe the solution you'd like
As an administrator, I want to be able to show specific text based information to visitors at the login page before they log in. For example, terms, acceptable usage, contact information etc. My proposal would be to extend the banner feature so that administrators can chose whether the banners appear at the login page (pre-login) as well as for logged in users. Then I could create a banner with the information I want visitors to see at the login page.
Describe alternatives you've considered
None
Additional context
None