Okay in wp-content/themes/default/sidebar.php there is this:
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
You would change that to something like this:
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.-->
<li><h2>Author</h2>
<p>This is the information about Chouette. Born, lived, and blogged in the 21st century</p>
</li>