Jump to content

Open WebUI

From 1G-N15's Place
Revision as of 09:59, 30 December 2025 by 1G-N15 (talk | contribs) (Created page with "== Cannot Login == Open WebUI does not use the secret key when checking your password. Changing that logs you out, yes, but only because your cookie was invalidated. But it shouldn't cause login failures afterwards. In my case, the issue was with the login form. For some reason, password manager autofills don't actually set the password value to be sent. Instead, I had to copy-paste the password manually for it to work.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Cannot Login

Open WebUI does not use the secret key when checking your password. Changing that logs you out, yes, but only because your cookie was invalidated. But it shouldn't cause login failures afterwards.

In my case, the issue was with the login form. For some reason, password manager autofills don't actually set the password value to be sent. Instead, I had to copy-paste the password manually for it to work.