From 29852410c08d4481d397842c997d2e778bf20a13 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Fri, 9 Oct 2015 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E9=82=AE=E4=BB=B6=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/utils/reset_password_email.html | 77 ++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 template/src/utils/reset_password_email.html diff --git a/template/src/utils/reset_password_email.html b/template/src/utils/reset_password_email.html new file mode 100644 index 00000000..3852adb2 --- /dev/null +++ b/template/src/utils/reset_password_email.html @@ -0,0 +1,77 @@ + + + + + + +
+ + + + + + +
+ Online Judge +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Hello, {{ username }}: +
+ 您刚刚在 青岛大学在线评测系统 使用了找回密码功能。 +
+ 请在60分钟内点击下面链接设置您的新密码: +
+ 重置密码 +
+ 如果上面的链接点击无效,请复制以下链接至浏览器的地址栏直接打开。 +
+ + {{ link }} + +
+ 如果你没有提出过密码修改申请,请忽略此邮件。有可能是其他用户误填了你的用户名。我们不会对你的帐户进行任何修改。 +
+
\ No newline at end of file