mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: v0.6.33 login no longer possible #6629
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 @gothicVI on GitHub (Oct 8, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
manjaro linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
login should be possible
Actual Behavior
toast message telling me email or password are wrong
Steps to Reproduce
After updating to the
latesttag I can no longer log in.I did check the
htpasswdhash of my password and it matches the entry of the used email address in the database.Reverting from
latesttogit-37d1c85allows me to log in with no issues.docker compose logsshows no output when the login fails.My password is 128 characters long - could this be an issue looking at https://github.com/open-webui/open-webui/issues/17917?
Logs & Screenshots
Additional Information
No response
@gothicVI commented on GitHub (Oct 8, 2025):
I changed the password to
testwhile ingit-37d1c85and could login inlatest.I could not change the password to my original one while in
latest(no error toast or similar - just nothing happened when trying to save the new password) but I could change it to a 64 character long one.@thenicekat commented on GitHub (Oct 10, 2025):
@gothicVI çan you confirm you have upgraded the libraries?
@gothicVI commented on GitHub (Oct 11, 2025):
@thenicekat I don't understand what you mean. I'm using the respective docker containers and have not made any other changes.
@YkionArt commented on GitHub (Oct 11, 2025):
I also tend to use 128 character for passwords and faced same login issue with v0.6.33.
Rolled back to v0.6.30, I shortened password and then updated again, then was able to login to v0.6.33.
@addisonwebb commented on GitHub (Oct 14, 2025):
I'm having the same issue. I have a 100 character password. I was able to log in when I rolled back to
v0.6.32.@tjbck commented on GitHub (Oct 20, 2025):
Should be addressed in dev with f5899e875c14adbc9516a43c19eade6d6a9c04c6!