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

8.0.x
webchick 2011-10-19 23:33:19 -07:00
parent c0182b970e
commit 7afe3c148f
1 changed files with 1 additions and 0 deletions

View File

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