journalduhacker/app/views/password_reset/password_reset_link.text.erb

8 lines
319 B
Plaintext

Hello <%= @user.email %>,
Someone at <%= @ip %> requested to reset your account password
on <%= Rails.application.name %>. If you submitted this request, visit the link below to
set a new password. If not, you can disregard this e-mail.
<%= root_url %>login/set_new_password?token=<%= @user.password_reset_token %>