Auth email templates

verify_email, password_reset, welcome, verify resend, password_changed under Account & authentication.

Auth email templates

Category label in admin: Account & authentication.

Key When it sends
auth.verify_email New signup needs confirmation (%verify_url%)
auth.verify_email_resend User asks for a new link
auth.password_reset Forgot-password (%reset_url%)
auth.welcome Account becomes active (%login_url%)
auth.password_changed Password changed (%account_settings_url%)

Common vars: %site_name%, %site_url%, %username%, %email%.

Where to find it

Admin → Settings → Emails → Account & authentication

Related