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 |
|---|---|
|
The user requesting the reset. |
|
Signed reset token from |