/**
  * Display form to change password and write a little biography
  *
  * @access	private
  */
 private function display_about()
 {
     Html::up_about($this->_profile->_bio);
 }