Current section
Files
Jump to
Current section
Files
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: <%= inspect web_module %>.Router.Helpers.unlock_url(<%= inspect web_module %>.Endpoint, :show, unlock_token: @user.unlock_token) %></p>