pw_reset_html.tpl 735 B

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <meta name="x-apple-disable-message-reformatting" />
  4. <style>
  5. body {
  6. font-family: Helvetica, Arial, Sans-Serif;
  7. }
  8. /* mobile devices */
  9. @media all and (max-width: 480px) {
  10. .mob {
  11. display: none;
  12. }
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. Hello {{username2}},<br><br>
  18. Somebody requested a new password for the {{hostname}} account associated with {{username}}.<br>
  19. <small>Date of the password reset request: {{date}}</small><br><br>
  20. You can reset your password by clicking the link below:<br>
  21. <a href="{{link}}">{{link}}</a><br><br>
  22. The link will be valid for the next {{token_lifetime}} minutes.<br><br>
  23. If you did not request a new password, please ignore this email.<br>
  24. </body>
  25. </html>