summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-08 06:04:15 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-08 06:04:15 +0000
commit9e0da3dc7c39786bf6d972e07819fe2880cdeaa3 (patch)
tree5249a2a0583a554ea832cd14e187d0665e0964b0 /install.php
parent29eb5a62847349897716c316c8e409e5209f8535 (diff)
downloadbrdo-9e0da3dc7c39786bf6d972e07819fe2880cdeaa3.tar.gz
brdo-9e0da3dc7c39786bf6d972e07819fe2880cdeaa3.tar.bz2
- Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 2 insertions, 0 deletions
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,