Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

Jump to
haytni priv templates email recoverable reset_password_instructions.text.eex
Raw

priv/templates/email/recoverable/reset_password_instructions.text.eex

Hello <%%= @user.email %>!
Someone has requested a link to change your password. You can do this through the link below.
<%%= password_url(<%= inspect web_module %>.Endpoint, :edit, reset_password_token: @user.reset_password_token) %>
If you didn't request this, please ignore this email.
Your password won't change until you access the link above and create a new one.