aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-28 08:50:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-28 08:50:39 +0000
commitd1ff25cd9c30fb09af846ebab40a0f61144fd341 (patch)
tree43cfd7910e98090f9c79db91496121b573fae98f /phpBB/includes/functions_user.php
parent2323cb0bff2638a3dd12f247dcc8e4b0a899a861 (diff)
downloadforums-d1ff25cd9c30fb09af846ebab40a0f61144fd341.tar
forums-d1ff25cd9c30fb09af846ebab40a0f61144fd341.tar.gz
forums-d1ff25cd9c30fb09af846ebab40a0f61144fd341.tar.bz2
forums-d1ff25cd9c30fb09af846ebab40a0f61144fd341.tar.xz
forums-d1ff25cd9c30fb09af846ebab40a0f61144fd341.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7416 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 81f0433f1a..6ca04eb134 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1400,7 +1400,7 @@ function validate_password($password)
foreach ($chars as $char)
{
if (!preg_match('#' . $char . '#u', $password))
- {var_dump($char, $password);
+ {
return 'INVALID_CHARS';
}
}