Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
Not email sends correct link
  • Loading branch information
seantomburke committed Feb 22, 2013
1 parent e43530b commit 29349fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iforgot.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$message = 'An email was sent to <a href="https://webmail.uci.edu/rcm/?_user='.$ucinetid.'">'.$user['email'].'</a> with instructions on how to reset your password. Visit <a href="https://webmail.uci.edu/rcm/?_user='.$ucinetid.'">WebMail</a>';
$page->setMessage($message, 'success');
//mail;
$link = WEBSITE.'recover.php?ucinetid='.$ucinetid.'&secret='.$secret;
$link = WEBSITE.'/recover.php?ucinetid='.$ucinetid.'&secret='.$secret;
$to = $user['email'];
$subject = 'Forgot your password?';
$body = ' <p>Hi '.$user['name'].', </p>
Expand Down

0 comments on commit 29349fc

Please sign in to comment.