aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_email.txt')
-rw-r--r--templates/registration/password_reset_email.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/password_reset_email.txt b/templates/registration/password_reset_email.txt
new file mode 100644
index 0000000..5e396fd
--- /dev/null
+++ b/templates/registration/password_reset_email.txt
@@ -0,0 +1,10 @@
+{% load i18n %}
+{% blocktrans %}Someone, possibly you, requested to reset the password for your account at {{ site_name }}.
+
+If you did request to reset your password, please click on the following link to do so:{% endblocktrans %}
+
+{% block reset_link %}
+{{ protocol }}://{{ domain }}{% url "password_reset_confirm" uidb64=uid token=token %}
+{% endblock %}
+
+{% blocktrans %}If you did not make this request then please ignore this message.{% endblocktrans %}