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

<%= t('notification.email.reset_password_1') %>
<%= "https://"+community.hostname+'.'+domain.domain_name+"/user/reset_password?reset_password_token="+token %>
<%= t('notification.email.reset_password_2') %>
<%= t('notification.email.reset_password_3') %>

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