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

8 lines
319 B
Plaintext
Raw Normal View History

Hello <%= @user.email %>,
2012-07-01 20:31:31 +02:00
Someone at <%= @ip %> requested to reset your account password
on <%= Rails.application.name %>. If you submitted this request, visit the link below to
2012-07-01 20:31:31 +02:00
set a new password. If not, you can disregard this e-mail.
2012-07-03 18:59:50 +02:00
<%= root_url %>login/set_new_password?token=<%= @user.password_reset_token %>