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 templates en welcome.txt.eex
Raw

lib/sentinel/templates/en/welcome.txt.eex

Hello <%= user.email %>!
Welcome to <%= Application.get_env(:sentinel, :app_name) %>
<% if !Application.get_env(:sentinel, :confirmable) && Sentinel.RouterHelper.configured? do %>
Use this URL to confirm your account: <%= Sentinel.RouterHelper.helpers.users_url(Sentinel.RouterHelper.endpoint, :confirm) %>?confirmation_token=<%= confirmation_token %>
<% end %>