authenzify
Version:
server to manage authentication authorization of users and more
13 lines (12 loc) • 327 B
HTML
<div>
<div>
Hello, <%=firstName %> <%=lastName %> (<%=email%>), please follow the links
to reset your password for <%= applicationName %>
</div>
<div>
<a href="<%=resetPasswordRoute%>">Reset Password </a>
</div>
<div>
<a href="<%=didNotAskedToResetPasswordRoute%>">Reset Password </a>
</div>
</div>