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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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