aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_email.html')
-rw-r--r--templates/registration/password_reset_email.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html
new file mode 100644
index 0000000..da2c169
--- /dev/null
+++ b/templates/registration/password_reset_email.html
@@ -0,0 +1,12 @@
+{% autoescape off %}
+To initiate the password reset process for your {{ user.get_username }} TestSite Account,
+click the link below:
+
+{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
+
+If clicking the link above doesn't work, please copy and paste the URL in a new browser
+window instead.
+
+Sincerely,
+The TestSite Team
+{% endautoescape %} \ No newline at end of file