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 confirmation.html.eex
Raw

web/templates/email/confirmation.html.eex

<div>
<p>Hello <%= @name %>!<p>
<p>
Your new account is almost ready. Click the link below to confirm you new account.
</p>
<p>
<a href="<%= @url %>">Confirm my Account</a>
</p>
<p>Thank you!</p>
</div>