sample_rails_tailwind/app/views/user_mailer/password_reset.text.erb

8 lines
267 B
Plaintext
Raw Permalink Normal View History

To reset your password click the link below:
<%= edit_password_reset_url(@user.reset_token, email: @user.email) %>
This link will expire in two hours.
If you did not request your password to be reset, please ignore this email and your password will stay as it is.