mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #2138] bug: Sign-in problem when WEBUI_AUTH_TRUSTED_EMAIL_HEADER is enabled #12769
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 @hkng on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2138
Bug Report
Description
Sign-in problem after upgrade to v0.1.124 and WEBUI_AUTH_TRUSTED_EMAIL_HEADER is enabled
Bug Summary:
After upgrade to v0.1.124 and WEBUI_AUTH_TRUSTED_EMAIL_HEADER is set, error message detail "The email or password provided is incorrect. Please check for typos and try logging in again." popup. Examine the network traffic, it show bad request on /api/v1/signin
Steps to Reproduce:
upgrade to v0.1.124 and WEBUI_AUTH_TRUSTED_EMAIL_HEADER is enabled. No problem on v0.1.123
Expected Behavior:
Login sucessful
Actual Behavior:
[Describe what actually happened.]
Environment
**Open WebUI Version: v0.1.124
**Ollama (if applicable): any
**Operating System: Ubuntu 20.04
Browser (if applicable): Chrome 100.0
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:

Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker
Additional Information
Note
@justinh-rahb commented on GitHub (May 9, 2024):
There were some post-release hotfixes for SSO sign-in issues, please try re-pulling the image and re-running your container.