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