/**
* Comments: set this to 1 to require e-mail and name, or 0 to allow comments without e-mail/name
* @global boolean $require_name_email
*/
$require_name_email = 1;
Change the 1 to a 0 and users can comment without entering an email address or name.
Open /conf/_advanced.php and find this:
Change the 1 to a 0 and users can comment without entering an email address or name.