Packages

Adds helpful extras to Guardian like default mailer support, as well as out of the box controllers and routes

Current section

Files

Jump to
sentinel lib sentinel web templates email new_email_address.text.eex
Raw

lib/sentinel/web/templates/email/new_email_address.text.eex

Hello <%= @user.email %>!
We're contacting you to notify you that an email address change was requested.
<%= if Config.confirmable != false do %>
Use this URL to confirm email address change: <%= Config.router_helper.user_url(Config.endpoint, :confirm, id: @user.id, confirmation_token: @confirmation_token) %>
<% end %>