aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates/account/password_reset_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'account/templates/account/password_reset_email.html')
-rw-r--r--account/templates/account/password_reset_email.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/account/templates/account/password_reset_email.html b/account/templates/account/password_reset_email.html
new file mode 100644
index 0000000..7ea9da6
--- /dev/null
+++ b/account/templates/account/password_reset_email.html
@@ -0,0 +1,12 @@
+Hello,
+
+您收到这封邮件是因为您请求重置您在网站 {{ site_name }} (2014 SKA Summer School)上的账户密码。
+
+请打开以下链接来重新设置新密码:
+
+{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
+
+您的登录用户名为:{{ user.get_username }}
+
+
+2014 SKA Summer School Team