In fact the code is there by default. I just checked the sidebar.php file from the theme and it has the following lines:
...
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
...
Still the login/logout link is there but not the register link??