changed url
This commit is contained in:
parent
b0744b361d
commit
e6bee5b36c
|
@ -1,3 +1,3 @@
|
||||||
<p>Please Reset your password with the following instructions</p>
|
<p>Please Reset your password with the following instructions</p>
|
||||||
|
|
||||||
<%= link_to 'Click here to reset', cpanel_reset_password_url(:token => @reset_token, :id => @user_id)%>
|
<%= link_to 'Click here to reset', "http://#{request.host_with_port}/cpanel/reset_password?id=#{@user_id}&token=#{@reset_token}" %>
|
|
@ -1,3 +1,3 @@
|
||||||
<p>Please confirm email by clicking on the link.</p>
|
<p>Please confirm email by clicking on the link.</p>
|
||||||
|
|
||||||
<%= link_to 'Click here to confirm', cpanel_confirm_email_url(:token => @confirmation_token, :id => @user_id)%>
|
<%= link_to 'Click here to confirm', "http://#{request.host_with_port}/cpanel/reset_password?id=#{@user_id}&token=#{@reset_token}" %>
|
Loading…
Reference in New Issue