Asymmetrik/node-rest-starter

View on GitHub
src/app/core/user/templates/reset-password-email.server.view.html

Summary

Maintainability
Test Coverage
{{header}}
<p>Hey there {{ user.name }},</p>
<br>
<p>It looks like you've asked us to reset your {{ app.title }} account password.</p>
<p>If that sounds right, you can go to this url to complete the process:</p>
<p>{{ app.clientUrl }}/password/reset/{{ token }}</p>
<strong>If you didn't make this request, you can ignore this email.</strong>
<br>
<br>
<p>Thanks,</p>
<p>The {{ app.title }} Support Team</p>
{{footer}}