mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #22527] bug: Group membership is not updated for admin users #35265
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 @tomaszpuzio on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22527
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
macOS Tahoe
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Whenever an admin user’s group membership is updated on the OAuth side, the change should also be reflected in Open-WebUI.
Actual Behavior
Whenever an admin user’s group membership is updated on the OAuth side, the change is not Open-WebUI side. This is due to this conditional in the code:
Steps to Reproduce
ENABLE_OAUTH_GROUP_MANAGEMENTtotrue.Logs & Screenshots
No screenshots necessary
Additional Information
No response
@pr-validator-bot commented on GitHub (Mar 10, 2026):
⚠️ Invalid Issue Title
Hey @tomaszpuzio, please provide a descriptive title for your issue. Titles that are empty, very short (under 10 characters), or generic (like "issue:" or "feat:") make it difficult for volunteer contributors to understand and triage issues.
Please update the title to reflect the content of your issue.
⚠️ Missing Issue Title Prefix
@tomaszpuzio, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@tomaszpuzio commented on GitHub (Mar 10, 2026):
Fixed in https://github.com/open-webui/open-webui/pull/22537