mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #6392] [MERGED] fix: boolean values don't need to be accessed by .value #8672
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/6392
Author: @nodomain
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (6)
99dd7fbMerge pull request #6002 from open-webui/dev9b12b75Merge pull request #6380 from open-webui/dev68916f7Merge pull request #6382 from open-webui/dev144dc0eMerge pull request #6383 from open-webui/devd905bdarefac: template notes2346133fix: boolean values don't need to be accessed by .value📊 Changes
3 files changed (+26 additions, -6 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+12 -2)📝
.github/ISSUE_TEMPLATE/feature_request.md(+12 -2)📝
backend/open_webui/utils/oauth.py(+2 -2)📄 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
Removed the
.valueaccess for OIDC related settings.Fixed
OAUTH_MERGE_ACCOUNTS_BY_EMAILandENABLE_OAUTH_SIGNUPwere falsely accessed by.valueand hence OIDC auth failed.Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.