Create a post with user_register doesn’t create title

Your function create_new_user_post() can’t see:

$userinfo = get_userdata($user_id);
$disname = $userinfo->display_name;

Place those within the function so that the function has access to those variables.