You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could instead use a django template, to which we pass the site.domain in a context. This would allow a project to replace the subject completely, ignoring the context.
The text was updated successfully, but these errors were encountered:
The
password_reset_email_handler
andvalidation_email_handler
each define asubject
that is formatted with thesite.domain
. This is difficult to override when the domain is unwanted.We could instead use a django template, to which we pass the
site.domain
in acontext
. This would allow a project to replace the subject completely, ignoring thecontext
.The text was updated successfully, but these errors were encountered: