From 9e0da3dc7c39786bf6d972e07819fe2880cdeaa3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 8 Jun 2007 06:04:15 +0000 Subject: - Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation. --- install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index b8b44a765..ff7a26367 100644 --- a/install.php +++ b/install.php @@ -822,6 +822,8 @@ function install_configure_form() { // This is necessary to add the task to the $_GET args so the install // system will know that it is done and we've taken over. + _user_password_dynamic_validation(); + $form['intro'] = array( '#value' => st('To configure your web site, please provide the following information.'), '#weight' => -10, -- cgit v1.2.3