Current section
Files
Jump to
Current section
Files
web/templates/email/password.html.eex
<div>
<p>Hello <%= @name %>!<p>
<p>
Someone has requested a link to change your password, and you can do
this through the link below.
</p>
<p>
<a href="<%= @url %>">Change my password</a>
</p>
<p>
If you didn't request this, please ignore this email.
</p>
<p>
Your password won't change until you access the link above and create
a new one.
</p>
</div>