mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #3793] 0.3.8 break trusted header auth #13386
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 @chain710 on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3793
Bug Report
Description
Bug Summary:
0.3.8 break trusted header auth
I have nginx with Authelia handling user authentication, where nginx passes the validated user email as Remote-Email to access the Open webui. Everything was working fine until I upgraded Open webui to version 0.3.8 today.
Reverting back to version 0.3.7 temporarily resolved the issue.
Steps to Reproduce:
upgrade to 0.3.8
env
Expected Behavior:
Should auto login
Actual Behavior:
Login failed with error: "The email or password provided is incorrect. Please check for typos and try logging in again."
Environment
**Open WebUI Version: 0.3.8
**Ollama (if applicable): not relevant
**Operating System: windows 11
**Browser (if applicable): Chrome 126
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
No relevant log
Screenshots (if applicable):
Installation Method
Docker compose
@tjbck commented on GitHub (Jul 11, 2024):
Fixed with the latest! https://github.com/open-webui/open-webui/issues/3757