vaultwarden/src
Barry Walker 1403609b8f Add option to disable new device login notification emails
Adds SEND_NEW_DEVICE_EMAIL config option (defaults to true) allowing
administrators to disable "New Device Logged In" notification emails.

This addresses a gap where the only way to stop these emails was to
disable SMTP entirely, which also disables other important emails.

Use cases include:
- Bitwarden CLI in container sidecars (restarts trigger new device emails)
- Kubernetes external secrets providers
- CI/CD pipelines with frequent automated authentication
2026-01-18 13:13:49 -05:00
..
api Add option to disable new device login notification emails 2026-01-18 13:13:49 -05:00
db use email instead of empty name for webauhn (#6733) 2026-01-18 15:23:21 +01:00
static hide password hints via CSS (#6726) 2026-01-18 15:25:20 +01:00
auth.rs Try old refresh token if we fail to decode jwt (#6629) 2025-12-29 22:54:51 +01:00
config.rs Add option to disable new device login notification emails 2026-01-18 13:13:49 -05:00
crypto.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
error.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
http_client.rs Add option to prefer IPv6 resolving (#6494) 2025-11-26 01:26:10 +01:00
mail.rs Update crates and Rust version (#6485) 2025-11-23 22:03:30 +01:00
main.rs Fix web-vault version check and update web-vault (#6686) 2026-01-09 13:21:10 +01:00
ratelimit.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
sso_client.rs Improve sso auth flow (#6205) 2025-12-06 22:20:04 +01:00
sso.rs Improve sso auth flow (#6205) 2025-12-06 22:20:04 +01:00
util.rs Fix web-vault version check and update web-vault (#6686) 2026-01-09 13:21:10 +01:00