mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #24137] issue: Password manager autofill not working on Android #107197
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 @Pebkac03 on GitHub (Apr 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24137
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.2
Ollama Version (if applicable)
No response
Operating System
Andorid 16; Pixel 10 Build/CP1A.260405.005
Browser (if applicable)
Chrome 147.0.7727.101
Confirmation
README.md.Expected Behavior
When opening the login page on mobile, the login fields should be recognised by password managers for autofill in the same way as they are recognised on desktop.
Actual Behavior
Password manager autofill works on desktop but not on mobile.
Steps to Reproduce
Logs & Screenshots
Below is the html for the login page from Firefox DevTools on Desktop. Notice the missing "name" in the password input field.
Additional Information
I did some digging and noticed that while many attributes are present. like autocomplete="password" and type="password" on the login page the "name" attribute is missing from the input. I tracked this to be missing from the SensitiveInput definition the svelte file for the login page uses.
@tjbck commented on GitHub (May 8, 2026):
Addressed in dev.