Issue #1184830 by linclark, Dipper: Fixed User account group has no #type.

merge-requests/26/head
webchick 2011-10-19 23:33:39 -07:00
parent 5d735a0782
commit adb7daa544
1 changed files with 1 additions and 0 deletions

View File

@ -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.