reset_password_instructions.en.text.erb 348 B

12345678
  1. Hello <%= @resource.email %>!
  2. Someone has requested a link to change your password on <%= @instance %>. You can do this through the link below.
  3. <%= edit_password_url(@resource, reset_password_token: @token) %>
  4. If you didn't request this, please ignore this email.
  5. Your password won't change until you access the link above and create a new one.