From 505e08d59de0dc70bb5e172dd7e508a4c4aaae0b Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 17 Jun 2006 11:51:57 +0000 Subject: [PATCH] And back to 6 :) git-svn-id: file:///svn/phpbb/trunk@6084 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index cb45e3d634..27fcaa5d97 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -547,7 +547,7 @@ class install_install extends module } // Test against the default password rules - if ($admin_pass1 != '' && strlen($admin_pass1) < 4) + if ($admin_pass1 != '' && strlen($admin_pass1) < 6) { $error[] = $lang['INST_ERR_PASSWORD_TOO_SHORT']; }