remove edit details in register form

Hello,
I would like to remove the edit details bar in the registration form. How can I do that
Thanks
I would like to remove the edit details bar in the registration form. How can I do that
Thanks
Put a face on your database
http://xataface.com/forum/
if ( $groupEmpty ){
// This is the first field in the group, so we add a header for the
// group.
$headerel =& $this->addElement('header', $group['label'], $group['label']);
$headerel->setFieldDef($group);
unset($headerel);
$groupEmpty = false;
}