user_pass){ update_usermeta($user_info->ID, 'approval', 1); echo "
If you accidently clicked on this link, please go to your MYSQL database, go to the user_meta field and delete the approval key for user id: $id
"; } else { echo "The information contained in the link does not match the user information. Request to approve was denied"; } get_footer(); ?>