File size: 537 Bytes
3206347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>