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

3 lines
198 B
Plaintext

<p>Please Reset your password with the following instructions</p>
<%= link_to 'Click here to reset', "http://#{request.host_with_port}/cpanel/reset_password?id=#{@user_id}&token=#{@reset_token}" %>