Files
automatisch/packages/backend/src/views/emails/reset-password-instructions.ee.hbs

24 lines
537 B
Handlebars

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Reset password instructions</title>
</head>
<body>
<p>
Hello {{ fullName }},
</p>
<p>
Someone has requested a link to change your password, and you can do this through the link below.
</p>
<p>
<a href="{{ webAppUrl }}/reset-password?token={{ token }}">Change my password</a>
</p>
<p>
If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.
</p>
</body>
</html>