Skip to content

Commit

Permalink
Fix issue #18
Browse files Browse the repository at this point in the history
Incorrect link
  • Loading branch information
alexweissman committed May 1, 2014
1 parent f692b03 commit bad8b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_reset_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
//We use the activation token again for the url key it gets regenerated everytime it's used.

$mail = new userCakeMail();
$confirm_url = lang("CONFIRM")."\n".$websiteUrl."forgot_password.php?confirm=".$userdetails["activation_token"];
$deny_url = lang("DENY")."\n".$websiteUrl."forgot_password.php?deny=".$userdetails["activation_token"];
$confirm_url = lang("CONFIRM")."\n".$websiteUrl."user_reset_password.php?confirm=".$userdetails["activation_token"];
$deny_url = lang("DENY")."\n".$websiteUrl."user_reset_password.php?deny=".$userdetails["activation_token"];

//Setup our custom hooks
$hooks = array(
Expand Down

0 comments on commit bad8b8d

Please sign in to comment.