Files
old-holivud2/app/views/user_mailer/password_reset.text.erb
2020-05-31 22:38:19 +02:00

8 lines
195 B
Plaintext

Hello,
To reset your password, please paste the following link into your browser:
<%= edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
- BiG Team