From 7afe3c148fac0efb56424eeae085fe4b51ed0f22 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 19 Oct 2011 23:33:19 -0700 Subject: [PATCH] Issue #1184830 by linclark, Dipper: Fixed User account group has no #type. --- modules/user/user.module | 1 + 1 file changed, 1 insertion(+) 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.