diff --git a/modules/user/user.module b/modules/user/user.module
index 044ad46..715a72c 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1008,6 +1008,8 @@ function user_account_form(&$form, &$form_state) {
   // Account information.
   $form['account'] = array(
     '#weight' => -10,
+    '#type' => 'fieldset',
+    '#title' => t('Account details'),
   );
   // Only show name field on registration form or user can change own username.
   $form['account']['name'] = array(
