mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
Firefox Login not possible when password is filled by bitwarden plugin #2276
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 @bokkabonga on GitHub (May 30, 2025).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SENDS_ALLOWED, HIBP_API_KEY, USER_ATTACHMENT_LIMIT, ORG_ATTACHMENT_LIMIT, TRASH_AUTO_DELETE_DAYS, INCOMPLETE_2FA_TIME_LIMIT, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, SIGNUPS_DOMAINS_WHITELIST, ORG_CREATION_USERS, INVITATIONS_ALLOWED, EMERGENCY_ACCESS_ALLOWED, PASSWORD_ITERATIONS, PASSWORD_HINTS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN, INVITATION_ORG_NAME, DISABLE_2FA_REMEMBER, AUTHENTICATOR_DISABLE_TIME_DRIFT, LOG_TIMESTAMP_FORMAT, YUBICO_CLIENT_ID, YUBICO_SECRET_KEY, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, EMAIL_EXPIRATION_TIME, EMAIL_ATTEMPTS_LIMIT
Failed HTTP Checks:
Config:
Vaultwarden Build Version
1.34.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
apache
Host/Server Operating System
Linux
Operating System Version
Oracle 8.10
Clients
Web Vault
Client Version
Firefox 138.0.4
Steps To Reproduce
Expected Result
The Webvault asks for MFA.
Actual Result
Nothing happens. No error message shows or anything alike.
Logs
Screenshots or Videos
No response
Additional Context
When entering the password manually, the webvault works like expected.
@BlackDex commented on GitHub (May 30, 2025):
I use that everytime when I'm developing. I have a password which I use for all my local development for all users to make my life easier. And I use this same way to fill the password.
I even used it yesterday, and it works just fine.
Maybe some other extension or security setting is preventing something?
@bokkabonga commented on GitHub (May 30, 2025):
Good thought. The only other extension is ublock origin. Disabling it sadly didn´t change anything.
The same thing is happening in icognito mode.
@BlackDex commented on GitHub (May 30, 2025):
Do you see anything in the console of the Bitwarden extension?
And now try it again and check for console errors there.
@bokkabonga commented on GitHub (May 30, 2025):
There is one error:
And two warning:
I think i found the reason however. The entry for my masterpassword had a different mail-address set as username then i actually used. Once i changed the username to the correct mail-address the autofill started working again.
@BlackDex commented on GitHub (May 30, 2025):
If anything it looks like a client side issue and not something specifically a server side item.