mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #6507] DEFAULT_USER_ROLE broken since 0.3.34 #53056
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 @0xelion on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6507
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: 0.3.35
Ollama (if applicable): N/A
Operating System: N/A
Browser (if applicable): N/A
Confirmation:
Expected Behavior:
When setting the
DEFAULT_USER_ROLEenvironment variable touser. New users should be given the roleuserActual Behavior:
When setting the
DEFAULT_USER_ROLEenvironment variable touser. New users are given the default role ofpendingDescription
Bug Summary:
the DEFAULT_USER_ROLE environment variable is no longer working since 0.3.34
Additional Information
New bug that appeared in 0.3.34, users are correctly assigned in 0.3.33