Skip to content

Commit bad8b8d

Browse files
committed
Fix issue #18
Incorrect link
1 parent f692b03 commit bad8b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_reset_password.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@
170170
//We use the activation token again for the url key it gets regenerated everytime it's used.
171171

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

176176
//Setup our custom hooks
177177
$hooks = array(

0 commit comments

Comments
 (0)