We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f692b03 commit bad8b8dCopy full SHA for bad8b8d
user_reset_password.php
@@ -170,8 +170,8 @@
170
//We use the activation token again for the url key it gets regenerated everytime it's used.
171
172
$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"];
+ $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"];
175
176
//Setup our custom hooks
177
$hooks = array(
0 commit comments