From d1ff25cd9c30fb09af846ebab40a0f61144fd341 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 28 Apr 2007 08:50:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@7416 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_overview.html | 2 +- phpBB/includes/functions_user.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 0bcd3d329e..ccff69424c 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -50,7 +50,7 @@

{L_CHANGE_PASSWORD_EXPLAIN}
-
+

{L_CONFIRM_PASSWORD_EXPLAIN}
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'; } }