summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-19 20:55:07 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-19 20:55:07 +0000
commitb4ab2ac2ce7b8e8b3e9d23076cdeff33522e76b4 (patch)
treebdf4af5d7486c28f84073d5dac198ab245e8c399 /install.php
parentd0bd78238c4a7d88c6f349a48ba6561dcf794907 (diff)
downloadbrdo-b4ab2ac2ce7b8e8b3e9d23076cdeff33522e76b4.tar.gz
brdo-b4ab2ac2ce7b8e8b3e9d23076cdeff33522e76b4.tar.bz2
- Patch #199870 by alpritt et al: beter password strength checker. Really cool.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
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',