diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index c0a362a3e..21ad8f755 100644 --- a/install.php +++ b/install.php @@ -1052,6 +1052,7 @@ function install_configure_form(&$form_state, $url) { '#description' => st('Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.'), '#required' => TRUE, '#weight' => -10, + '#attributes' => array('class' => 'username'), ); $form['admin_account']['account']['mail'] = array('#type' => 'textfield', |