Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

Jump to
haytni priv templates email confirmable confirmation_instructions.html.eex
Raw

priv/templates/email/confirmable/confirmation_instructions.html.eex

<p>Welcome <%%= @user.email %>,</p>
<p>You can confirm your account email through the link below:</p>
<p><%%= link "Confirm my account", to: <%= inspect web_module %>.Router.Helpers.confirmation_url(<%= inspect web_module %>.Endpoint, :show, confirmation_token: @user.confirmation_token) %></p>