aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-02-06 14:51:26 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-02-06 14:51:26 +0000
commite5f0824e4b1f4215c0126edccc162aa1a7c6787d (patch)
treeaee1b15410b9509571cc6222f86cb3c3a6609dd9 /phpBB/install/convertors
parentf0efebefd5d808e596334b056818319f46a43615 (diff)
downloadforums-e5f0824e4b1f4215c0126edccc162aa1a7c6787d.tar
forums-e5f0824e4b1f4215c0126edccc162aa1a7c6787d.tar.gz
forums-e5f0824e4b1f4215c0126edccc162aa1a7c6787d.tar.bz2
forums-e5f0824e4b1f4215c0126edccc162aa1a7c6787d.tar.xz
forums-e5f0824e4b1f4215c0126edccc162aa1a7c6787d.zip
As proposed by marshalrusty: re-hash plain MD5s left in the database
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9312 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index 98bb2ecebe..21c60cdaa9 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -865,7 +865,7 @@ if (!$get_info)
array('user_regdate', 'users.user_regdate', ''),
array('username', 'users.username', 'phpbb_set_default_encoding'), // recode to utf8 with default lang
array('username_clean', 'users.username', array('function1' => 'phpbb_set_default_encoding', 'function2' => 'utf8_clean_string')),
- array('user_password', 'users.user_password', ''),
+ array('user_password', 'users.user_password', 'phpbb_hash'),
array('user_pass_convert', 1, ''),
array('user_posts', 'users.user_posts', 'intval'),
array('user_email', 'users.user_email', 'strtolower'),