mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
1.29.2 - master password confirmation is broken when vault is unlocked by pin #711
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 @Pinkbyte on GitHub.
Subject of the issue
If vault is unlocked by pin instead of master password, entries where 'master password confirmation' enabled can not be changed.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Steps to reproduce
Expected behaviour
Show/edit entry after providing correct master password
Actual behaviour
Master password request dialogue does not accept any password (correct or wrong - does not matter)
Additional information
Issue exist both in Android mobile app and Firefox browser plugin, but i am not 100% sure if it's server side issue.
@Pinkbyte commented on GitHub:
A bit of googling lead me to bitwarden/clients#6268
It seems that it's not vaultwarden issue at all, sorry for the noise...