diff --git a/modules/user/user.module b/modules/user/user.module index 14e145932f76..a73995fb5224 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -960,6 +960,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.