mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[PR #6743] [MERGED] feat: LDAP User management #37573
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/6743
Author: @morgan55555
Created: 11/5/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
5d934d7feat: LDAP User management📊 Changes
9 files changed (+791 additions, -21 deletions)
View changed files
📝
backend/open_webui/apps/webui/main.py(+25 -0)📝
backend/open_webui/apps/webui/models/auths.py(+5 -0)📝
backend/open_webui/apps/webui/routers/auths.py(+197 -1)📝
backend/open_webui/config.py(+77 -0)📝
backend/open_webui/main.py(+1 -0)📝
backend/requirements.txt(+3 -0)📝
src/lib/apis/auths/index.ts(+144 -0)📝
src/lib/components/admin/Settings/Connections.svelte(+223 -1)📝
src/routes/auth/+page.svelte(+116 -19)📄 Description
Based on @WilsonZiweiWang work. (https://github.com/open-webui/open-webui/pull/5056)
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Frontend:
Backend:
Configs:
Changed
Fixed
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.