Templates¶
There are a couple relevant templates, that can be overridden to your needs.
Mail Auth templates¶
Login templates¶
- registration/login_requested.html
This template will be displayed after a user successfully requested a login URL. This template is not proved by the package and needs to be created.
Email templates¶
- registration/login_subject.txt
This template defines the subject line of the email that will be sent to the user.
This template is provided by the package and can be overridden.
- registration/login_email.txt
This is the plain text template for the email containing the authentication URL that will be sent to the user.
This template is provided by the package and can be overridden.
- registration/login_email.html
This is the HTML template for the email containing the authentication URL that will be sent to the user.
This template is optional. If not provided, only plain text emails will be sent.