kissingcomputer/app/views/passwords_mailer/reset.html.erb
2026-01-10 16:17:07 +00:00

6 lines
238 B
Text

<p>
You can reset your password on
<%= link_to "this password reset page", edit_password_url(@user.password_reset_token) %>.
This link will expire in <%= distance_of_time_in_words(0, @user.password_reset_token_expires_in) %>.
</p>