client_management/app/views/reset_c_panel_password_mailer/reset_user_password.html.erb

3 lines
198 B
Plaintext
Raw Normal View History

2017-03-07 09:37:28 +00:00
<p>Please Reset your password with the following instructions</p>
2017-03-07 10:06:11 +00:00
<%= link_to 'Click here to reset', "http://#{request.host_with_port}/cpanel/reset_password?id=#{@user_id}&token=#{@reset_token}" %>