浏览代码

Updated Reset Password Link for new auth

Yoginth 7 年之前
父节点
当前提交
9f4b689c7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/mail/auth/reset_passwd.tmpl

+ 1 - 1
templates/mail/auth/reset_passwd.tmpl

@@ -8,7 +8,7 @@
 <body>
 	<p>Hi <b>{{.Username}}</b>,</p>
 	<p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}} hours</b>:</p>
-	<p><a href="{{AppURL}}user/reset_password?code={{.Code}}">{{AppURL}}user/reset_password?code={{.Code}}</a></p>
+	<p><a href="{{AppURL}}reset_password?code={{.Code}}">{{AppURL}}reset_password?code={{.Code}}</a></p>
 	<p>Not working? Try copying and pasting it to your browser.</p>
 	<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">{{AppName}}</a></p>
 </body>