diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-11-13 10:21:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-11-13 10:21:50 +0000 |
commit | a6ae1c6cfa0af4fa9a39334625947f7c8c904e1e (patch) | |
tree | 522e8c92f1f6be629ace208421b08248992d42df /install.php | |
parent | 85161f230f0f1b8a409b39a47ee346f6bd60a33a (diff) | |
download | brdo-a6ae1c6cfa0af4fa9a39334625947f7c8c904e1e.tar.gz brdo-a6ae1c6cfa0af4fa9a39334625947f7c8c904e1e.tar.bz2 |
- Patch #530652 by sun: _user_password_dynamic_validation() should be a #process of password_confirm().
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install.php b/install.php index 9527d8dcf..d43485cf4 100644 --- a/install.php +++ b/install.php @@ -1377,8 +1377,6 @@ function install_configure_form($form, &$form_state, &$install_state) { drupal_set_message(st('All necessary changes to %dir and %file have been made. They have been set to read-only for security.', array('%dir' => $settings_dir, '%file' => $settings_file))); } - // Add JavaScript validation. - _user_password_dynamic_validation(); drupal_add_js(drupal_get_path('module', 'system') . '/system.js'); // Add JavaScript time zone detection. drupal_add_js('misc/timezone.js'); |