summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user/user.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index e09e77485..48b17af90 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.