Explorar o código

Updated Reset Password Link for new auth

Yoginth %!s(int64=7) %!d(string=hai) anos
pai
achega
9f4b689c7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>