mailtrain/views/emails/password-reset-html.hbs

19 lines
575 B
Handlebars
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
2017-03-19 12:36:57 +00:00
<title>{{title}}</title>
</head>
<body>
2017-03-07 14:30:56 +00:00
2017-03-19 12:36:57 +00:00
<h3>{{#translate}}Change your password{{/translate}}</h3>
2017-03-07 14:30:56 +00:00
2017-03-19 12:36:57 +00:00
<p>{{#translate}}We have received a password change request for your Mailtrain account:{{/translate}} <strong>{{username}}</strong>.</p>
2017-03-07 14:30:56 +00:00
2017-03-19 12:36:57 +00:00
<p><a href="{{confirmUrl}}" role="button">{{#translate}}Reset password{{/translate}}</a></p>
2017-03-07 14:30:56 +00:00
2017-03-19 12:36:57 +00:00
<p>{{#translate}}If you did not ask to change your password, then you can ignore this email and your password will not be changed.{{/translate}}</p>
2017-03-07 14:30:56 +00:00
2016-05-04 08:27:46 +00:00
</body>
</html>