reset_password.html 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [[Subject .Subject "Reset your Grafana password - [[.Name]]"]]
  2. <table class="row">
  3. <tr>
  4. <td class="wrapper last">
  5. <table class="twelve columns">
  6. <tr>
  7. <td>
  8. <h4>Hi [[.Name]],</h4>
  9. </td>
  10. <td class="expander"></td>
  11. </tr>
  12. </table>
  13. </td>
  14. </tr>
  15. </table>
  16. <table class="row">
  17. <tr>
  18. <td class="wrapper last">
  19. <table class="twelve columns">
  20. <tr>
  21. <td class="center">
  22. <p>
  23. Please click the following link to reset your password within <b>[[.EmailCodeValidHours]] hours</b>.
  24. </p>
  25. <p>
  26. <a href="[[.AppUrl]]user/password/reset?code=[[.Code]]">[[.AppUrl]]user/password/reset?code=[[.Code]]</a>
  27. </p>
  28. <p>Not working? Try copying and pasting it to your browser.</p>
  29. </td>
  30. <td class="expander"></td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. </table>