Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

Jump to
haytni priv templates email lockable unlock_instructions.html.eex
Raw

priv/templates/email/lockable/unlock_instructions.html.eex

<p>Hello <%%= @user.email %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
<p>Click the link below to unlock your account:</p>
<p><%%= link "Unlock my account", to: unlock_url(<%= inspect web_module %>.Endpoint, :show, unlock_token: @user.unlock_token) %></p>