Packages

A full featured, configurable authentication and user management system for Phoenix.

Security advisory: This version has known vulnerabilities. View advisories

Current section

Files

Jump to
coherence web templates email password.html.eex
Raw

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>