diff options
Diffstat (limited to 'phpBB/install/convertors/convert_phpbb20.php')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index ef460e3c17..52f0178b55 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -880,7 +880,7 @@ if (!$get_info) array('user_allow_viewonline', 'users.user_allow_viewonline', ''), array('user_allow_viewemail', 'users.user_viewemail', ''), array('user_actkey', 'users.user_actkey', ''), - array('user_newpasswd', 'users.user_newpasswd', ''), + array('user_newpasswd', '', ''), // Users need to re-request their password... array('user_style', $config['default_style'], ''), array('user_options', '', 'set_user_options'), |