diff --git a/modules/user/user.module b/modules/user/user.module
index e09e774859525cc19785d83e1e9253d8516e2db8..48b17af907479782df64acac8b066833e45f7c69 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1007,6 +1007,7 @@ function user_account_form(&$form, &$form_state) {
 
   // Account information.
   $form['account'] = array(
+    '#type'   => 'container',
     '#weight' => -10,
   );
   // Only show name field on registration form or user can change own username.