mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #8447] [MERGED] feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration #9019
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/8447
Author: @steelcg
Created: 1/10/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
ab6dffffeat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration📊 Changes
53 files changed (+190 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/auths.py(+14 -2)📝
src/lib/components/admin/Settings/General.svelte(+21 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+3 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+3 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+3 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+3 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+3 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+3 -0)📝
src/lib/i18n/locales/en-US/translation.json(+3 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+3 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+3 -0)...and 33 more files
📄 Description
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
In our LDAP settings, the mail value is not from "mail" but another attribute. we can not get mail from LDAP. I would like to add the attribute: LDAP_ATTRIBUTE_FOR_MAIL to solve that.
Added
Additional Information
Please note there is also a PR in docs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.