Current section
Files
Jump to
Current section
Files
priv/templates/email/recoverable/reset_password_instructions.html.eex
<p>Hello <%%= @user.email %>!</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p>
<p><%%= link "Change my password", to: <%= inspect web_module %>.Router.Helpers.haytni_<%= scope %>_password_url(<%= inspect web_module %>.Endpoint, :edit, reset_password_token: @user.reset_password_token) %></p>
<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>