Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

reset_passwd.tmpl 618B

12345678910111213141516
  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. </body>
  14. </html>