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 invite.text.eex
Raw

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

Hello <%= @user.email %>!
You've been invited to <%= Config.app_name %>
Use this URL to setup your account: <%= Config.router_helper.user_url(Config.endpoint, :invitation_registration, @user.id, password_reset_token: @password_reset_token, confirmation_token: @confirmation_token) %>