CIM68 - Disentangle username from email
This commit is contained in:
@@ -41,6 +41,6 @@ $owner_user = (($user_data['username'] == $username)? 1 : 0);
|
||||
$stmt->execute([$resetkey,$id]);
|
||||
//STEP 3 - Send to user
|
||||
include_once './assets/mail/email_template_reset.php';
|
||||
send_mail($user_data['username'],$subject,$message,'','');
|
||||
send_mail($user_data['email'],$subject,$message,'','');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user