mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-01 14:29:26 -05:00
Issue: Unable to log in after updating the container without changing the password #5396
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 @Adsryen on GitHub (May 30, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
maybe v0.6.13 Anyway, it's the latest
Ollama Version (if applicable)
No response
Operating System
centos7
Browser (if applicable)
edge
Confirmation
README.md.Expected Behavior
Unable to log in after updating the container without changing the password
Actual Behavior
I am trying to reset it

But it has no effect, including restarting the container
Steps to Reproduce
Logs & Screenshots
2025-05-30 01:20:23.066 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 118.112.75.44:0 - "GET /static/favicon-dark.png HTTP/1.1" 200 - {}
2025-05-30 01:20:26.153 | INFO | open_webui.models.auths:authenticate_user:131 - authenticate_user: 159@qq.com - {}
2025-05-30 01:20:26.165 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 118.112.75.44:0 - "POST /api/v1/auths/signin HTTP/1.1" 400 - {}
2025-05-30 01:20:31.892 | INFO | open_webui.models.auths:authenticate_user:131 - authenticate_user: 159@qq.com - {}
2025-05-30 01:20:31.898 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 118.112.75.44:0 - "POST /api/v1/auths/signin HTTP/1.1" 400 - {}
2025-05-30 01:20:33.152 | INFO | open_webui.models.auths:authenticate_user:131 - authenticate_user: 159@qq.com - {}
2025-05-30 01:20:33.157 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 118.112.75.44:0 - "POST /api/v1/auths/signin HTTP/1.1" 400 - {}
2025-05-30 01:20:46.124 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 85.113.70.241:0 - "GET / HTTP/1.1" 200 - {}
2025-05-30 01:20:46.182 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 103.244.88.48:0 - "GET / HTTP/1.1" 200 - {}
Additional Information
No response
@Adsryen commented on GitHub (May 30, 2025):
use

Successfully changed password, of course, pay attention to escaping special characters
But updating the container should not cause my account password to become invalid, which may still be a bug
@rgaricano commented on GitHub (May 30, 2025):
This happens to me sometimes when updating, I fix it by clearing cookies, reloading and retyping user & pass.
@dexogen commented on GitHub (May 30, 2025):
Same issue here - after today’s update, my password doesn’t work anymore, even when I try resetting it like they say. Clearing cookies and any other storage doesn’t help either.