1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-09-19 20:31:11 +02:00
vaultwarden/src/api
BlackDex d6e0ace192
Fix Login With Device without MasterPassword
It looks like either something changed in the latest v2023.8.x versions,
or when using Biometrics to login, but the MasterPasswordHash is an
optional value during the Approve action.

This PR makes the MasterPasswordHash an optional value which resolves
this issues. Bitwarden works the same way.

I also changed the EncKey to an Option in the database since empty
strings as a default value is not nice in databases, better to use
`null` in these cases.

Fixes #3819
2023-09-01 21:03:50 +02:00
..
core Fix Login With Device without MasterPassword 2023-09-01 21:03:50 +02:00
admin.rs Fix mobile push blocking requests and spamming push server 2023-06-16 23:34:16 +02:00
icons.rs Update Rust and Crates 2023-08-31 22:45:53 +02:00
identity.rs add UserDecryptionOptions to login response (#3813) 2023-08-31 11:02:36 +02:00
mod.rs Implement login-with-device 2023-08-13 17:54:18 +02:00
notifications.rs Update Rust and Crates 2023-08-31 22:45:53 +02:00
push.rs Implement login-with-device 2023-08-13 17:54:18 +02:00
web.rs Update Rust and Crates 2023-08-31 22:45:53 +02:00