mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-07 01:31:30 -06:00
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 |
||
|---|---|---|
| .. | ||
| api | ||
| db | ||
| static | ||
| auth.rs | ||
| config.rs | ||
| crypto.rs | ||
| error.rs | ||
| http_client.rs | ||
| mail.rs | ||
| main.rs | ||
| ratelimit.rs | ||
| sso_client.rs | ||
| sso.rs | ||
| util.rs | ||