Skip to content

Commit 6dfdf2f

Browse files
committed
xg
1 parent 5543319 commit 6dfdf2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

torcms/handlers/user_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@ def reset_password(self):
10651065
email_cnt = '''<div>请查看下面的信息,并<span style="color:red">谨慎操作</span>:</div>
10661066
<div>您在"{0}"网站({1})申请了密码重置,如果确定要进行密码重置,请打开下面链接:</div>
10671067
<div><a href={2}>{2}</a></div>
1068+
<div>如果点击链接无法直接打开页面,请复制链接地址到浏览器粘贴打开。</div>
10681069
<div>如果无法确定本信息的有效性,请忽略本邮件。</div>'''.format(
10691070
config.SMTP_CFG['name'], config.SITE_CFG['site_url'], url_reset
10701071
)

0 commit comments

Comments
 (0)