1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/api/core
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
An incomplete 2FA login is one where the correct master password was provided,
but the 2FA token or action required to complete the login was not provided
within the configured time limit. This potentially indicates that the user's
master password has been compromised, but the login was blocked by 2FA.

Be aware that the 2FA step can usually still be completed after the email
notification has already been sent out, which could be confusing. Therefore,
the incomplete 2FA time limit should be long enough that this situation would
be unlikely. This feature can also be disabled entirely if desired.
2021-10-28 00:19:43 -07:00
..
two_factor Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
accounts.rs Emergency Access cleanup 2021-10-19 02:22:44 -07:00
ciphers.rs feature: Support single organization policy 2021-10-02 19:30:19 +02:00
emergency_access.rs Emergency Access cleanup 2021-10-19 02:22:44 -07:00
folders.rs Modify rustfmt file 2021-04-06 21:54:42 +01:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
organizations.rs cargo fmt 2021-10-09 15:42:06 +01:00
sends.rs Fix errors that occurred in the nightly build 2021-08-04 13:25:41 +02:00