We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5543319 commit 6dfdf2fCopy full SHA for 6dfdf2f
1 file changed
torcms/handlers/user_handler.py
@@ -1065,6 +1065,7 @@ def reset_password(self):
1065
email_cnt = '''<div>请查看下面的信息,并<span style="color:red">谨慎操作</span>:</div>
1066
<div>您在"{0}"网站({1})申请了密码重置,如果确定要进行密码重置,请打开下面链接:</div>
1067
<div><a href={2}>{2}</a></div>
1068
+ <div>如果点击链接无法直接打开页面,请复制链接地址到浏览器粘贴打开。</div>
1069
<div>如果无法确定本信息的有效性,请忽略本邮件。</div>'''.format(
1070
config.SMTP_CFG['name'], config.SITE_CFG['site_url'], url_reset
1071
)
0 commit comments