Hello Glencoe,
Those options are only for displaying the "Login" form. If you want to remove the logout, you can edit the theme file in /modules/mod_easydiscuss_welcome/tmpl/default.php and at line 113 remove the codes below,
<li>
<i class="ico"></i><a class="discuss-logout" href="<?php echo JRoute::_('index.php?option='.$userComponent->option.'&task='.$userComponent->logout. '&' . DiscussHelper::getToken() . '=1&return='.$return);?>"><span><?php echo JText::_( 'MOD_EASYDISCUSS_WELCOME_SIGN_OUT' );?></span></a>
</li>