Skip to content

Commit

Permalink
edit reset email
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldp18 committed Jan 4, 2024
1 parent 2e00079 commit 03f4370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controllers/forgot_pass.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ function send_reset_email($email, $reset_token)

$mail->Body = "Dear user,<br><br>
Click on the link below to reset your password:<br><br>
<a href='$reset_link'>Reset Password</a><br><br>Regards,<br>Quirx Support";
<a href='$reset_link'>Reset Password</a><br><br>
Please note that the link is valid only for today.<br><br>
Regards,<br>Quirx Support";

$mail->send();
return true;
Expand Down

0 comments on commit 03f4370

Please sign in to comment.