diff --git a/modules/user/user.module b/modules/user/user.module index e09e7748595..48b17af9074 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.