mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12417] [CLOSED] Feat: Allow admins to set a custom login popup for users #9704
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/12417
Author: @tarmst
Created: 4/3/2025
Status: ❌ Closed
Base:
dev← Head:custom-login-popup📝 Commits (2)
bfff842Add custom login popupe79e006Fix admin settings file to match recent owui commits📊 Changes
9 files changed (+283 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+23 -0)📝
backend/open_webui/main.py(+22 -0)📝
backend/open_webui/routers/auths.py(+31 -0)📝
backend/open_webui/routers/users.py(+23 -0)📝
src/lib/apis/index.ts(+26 -0)➕
src/lib/components/CustomLoginModal.svelte(+90 -0)📝
src/lib/components/admin/Settings/General.svelte(+48 -1)📝
src/lib/stores/index.ts(+3 -0)📝
src/routes/(app)/+layout.svelte(+17 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Images
A custom login popup upon login

Settings available for the popup

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.