reset_passwd.tmpl 532 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{{.User.Name}}, you have requested to reset your password</title>
  6. </head>
  7. <body>
  8. <p>Hi <b>{{.User.Name}}</b>,</p>
  9. <p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p>
  10. <p><a href="{{.AppUrl}}user/reset_password?code={{.Code}}">{{.AppUrl}}user/reset_password?code={{.Code}}</a></p>
  11. <p>Not working? Try copying and pasting it to your browser.</p>
  12. </body>
  13. </html>