Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

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

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

Hello <%%= @user.email %>!
Your account has been locked due to an excessive number of unsuccessful sign in attempts.
You can unlock your account by copying/pasting the link below in your browser:
<%%= <%= inspect web_module %>.Router.Helpers.haytni_<%= scope %>_unlock_url(<%= inspect web_module %>.Endpoint, :show, unlock_token: @user.unlock_token) %>