You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

reset_passwd.tmpl 629 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{{.DisplayName}}, you have requested to recover your account</title>
  6. </head>
  7. <body>
  8. <p>Hi <b>{{.DisplayName}}</b>,</p>
  9. <p>Please click the following link to recover your account within <b>{{.ResetPwdCodeLives}}</b>:</p>
  10. <p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
  11. <p>Not working? Try copying and pasting it to your browser.</p>
  12. <p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
  13. <p>TD</p>
  14. </body>
  15. </html>