Email Templates

Location: app/templates/email/

Overview

Jinja2 templates for authentication-related emails such as password reset. Each email has both HTML (.html) and plain-text (.txt) versions.

Templates

reset_password.txt / reset_password.html

Sent by app.auth.email.send_password_reset_email() when a user requests a password reset.

Context variables:

Variable

Description

user

The user requesting the reset.

token

Signed reset token from get_reset_password_token().