<%- include('../header.html.ejs') %>

<h1 style="font-weight: 600;line-height: 1.1em;margin: 0;font-size: 14pt;padding-top: 8px;"><%= t('notification.email.reset_password_1') %></h1>
<p style="margin-top: 5px;">
  <%- linkTo("https://"+community.hostname+'.'+domain.domain_name+"/user/reset_password/"+token) %>
</p>
<p style="margin-top: 5px;"><%= t('notification.email.reset_password_2') %></p>
<p style="margin-top: 5px;"><%= t('notification.email.reset_password_3') %></p>

<%- include('../footer.html.ejs') %>