mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #9852] Name field from oauth is set as email #31202
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 @itaybar on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9852
backend/open_webui/utils/oauth.py
name = user_data.get(username_claim)
if not isinstance(user, str):
name = email
This is new "feature" but i don't get why you need this. its always set the name as the email field