---
number: 40349
slug: 40349-notify-users-about-security-sensitive-actions-on-their-accounts
published: 2025-11-11
discussion: https://github.com/orgs/supabase/discussions/40349
labels:
  - security
  - auth
page: https://supabase.com/changelog/40349-notify-users-about-security-sensitive-actions-on-their-accounts
---

# Notify users about security-sensitive actions on their accounts

Letting users know about security-sensitive actions on their account is an increasingly common authentication feature.

We’re excited to announce an expansion of our email templates to handle these these types of events, beginning with:

- Password changed
- Email changed
- Phone number changed
- Identity linked or unlinked
- Multi-factor authentication enrolled or unenrolled

You can find documentation—including for our API—[here](https://supabase.com/docs/guides/auth/auth-email-templates). The list of templates will continue to grow as our feature-set changes, and as we gather feedback from our community.

> [!NOTE]
> To enable the feature preview, click your profile avatar, click Feature previews and enable **Security notification templates**.

<img width="1838" height="1090" alt="sec-notifications" src="https://github.com/user-attachments/assets/aca2ab22-7483-4b56-977d-543433703bcd" />

## What we’d like to know from you

- Any bugs or issues you run into when using email templates
- Any friction you run into when managing email templates through the Supabase dashboard
- Any additional use cases for email templates, and how we might be able to better support your workflow

## Rollout plan
- Changes are behind a feature preview in the dashboard
- Starting from 13th Nov 2025, we will roll out to the hosted platform first as incremental % rollout where users will be opted into the feature preview by default
- If you might want opt out of the changes, you may disable the changes via the feature previews which you can access through the user dropdown in the header here:

## Related links

- Dashboard: https://supabase.com/dashboard/project/_/auth/templates
- Documentation:
  - Email templates: https://supabase.com/docs/guides/auth/auth-email-templates
  - Send email hook: https://supabase.com/docs/guides/auth/auth-hooks/send-email-hook
  - Local Dev / CLI: https://supabase.com/docs/guides/local-development/customizing-email-templates
