-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Description
Describe the bug
Hi team 👋
I’m following the supabase guide on customizing email templates for local development: https://supabase.com/docs/guides/local-development/customizing-email-templates
Custom email templates are working, but I’ve noticed that the "password changed" notification email is never sent after password is successfully updated. This is also the case for other notification emails.
To Reproduce
Steps to reproduce the behavior:
- My config.toml
[auth.email.template.recovery]
subject = "Reset password"
content_path = "./supabase/templates/recovery.html"
[auth.email.notification.password_changed]
enabled = true
subject = "Your password has been changed"
content_path = "./templates/password_changed_notification.html"- Trigger a password reset flow.
- Complete reset password flow.
- no password changed notification email is received
Expected behavior
notification email should have been sent
System information
- Version of CLI: v2.74.4
Metadata
Metadata
Assignees
Labels
No labels