Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

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

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

<p>Hi <%%= @user.unconfirmed_email %>,</p>
<p>In order to actually change the email address linked to your account to <%%= @user.unconfirmed_email %> we ask you to confirm the action by activating 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>