aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-11-25 20:00:56 +0000
committerNils Adermann <naderman@naderman.de>2006-11-25 20:00:56 +0000
commit870a3a1d8acc5f3b1632db3210ef499c0a01a4eb (patch)
treea25e41c4576b271f484a567483017b3b0d215754 /phpBB/includes/functions_user.php
parent38b8dc284104715f939704f994eda1aad2a11b4f (diff)
downloadforums-870a3a1d8acc5f3b1632db3210ef499c0a01a4eb.tar
forums-870a3a1d8acc5f3b1632db3210ef499c0a01a4eb.tar.gz
forums-870a3a1d8acc5f3b1632db3210ef499c0a01a4eb.tar.bz2
forums-870a3a1d8acc5f3b1632db3210ef499c0a01a4eb.tar.xz
forums-870a3a1d8acc5f3b1632db3210ef499c0a01a4eb.zip
message
git-svn-id: file:///svn/phpbb/trunk@6655 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 514cd26d48..19c2b21655 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -142,6 +142,7 @@ function user_add($user_row, $cp_data = false)
'username' => $user_row['username'],
'username_clean' => utf8_clean_string($user_row['username']),
'user_password' => (isset($user_row['user_password'])) ? $user_row['user_password'] : '',
+ 'user_pass_convert' => 0,
'user_email' => strtolower($user_row['user_email']),
'user_email_hash' => (int) crc32(strtolower($user_row['user_email'])) . strlen($user_row['user_email']),
'group_id' => $user_row['group_id'],