aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-17 11:51:57 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-17 11:51:57 +0000
commit505e08d59de0dc70bb5e172dd7e508a4c4aaae0b (patch)
tree05b5074823a4e8a2a5f54f2eee620778f0714f35
parent7be12661b5d689485a10babb0564cb4424be81ff (diff)
downloadforums-505e08d59de0dc70bb5e172dd7e508a4c4aaae0b.tar
forums-505e08d59de0dc70bb5e172dd7e508a4c4aaae0b.tar.gz
forums-505e08d59de0dc70bb5e172dd7e508a4c4aaae0b.tar.bz2
forums-505e08d59de0dc70bb5e172dd7e508a4c4aaae0b.tar.xz
forums-505e08d59de0dc70bb5e172dd7e508a4c4aaae0b.zip
And back to 6 :)
git-svn-id: file:///svn/phpbb/trunk@6084 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
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'];
}