mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
<h1>Password reset</h1>
|
|
|
|
<p>To reset your password click the link below:</p>
|
|
|
|
<%= link_to "Reset password", edit_password_reset_url(@user.reset_token, email: @user.email) %>
|
|
|
|
<p>This link will expire in two hours.</p>
|
|
|
|
<p>
|
|
If you did not request your password to be reset, please ignore this email and
|
|
your password will stay as it is.
|
|
</p> |