Don't send back the username

This commit is contained in:
james 2009-11-06 02:24:38 +00:00
parent cb7033f7ae
commit 81a9d3ecfd

View File

@ -393,7 +393,7 @@ function handle_award_additional_materials(&$u, &$fair, &$data, &$response)
$u = user_load_by_email($username);
if($u == false) {
$response['error'] = 1;
$response['message'] = "Authentication Failed for $username";
$response['message'] = "Authentication Failed";
echo json_encode($response);
exit;
}