8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
|
Hey there <%= @user.name %>,
|
||
|
|
||
|
It looks like you want to reset your password?
|
||
|
If not, it is safe to ignore this email.
|
||
|
Otherwise go to the following link to enter a new password:
|
||
|
|
||
|
<%= admin_reset_url(reset_token: @user.reset_token) %>
|