phpBB

Code Changes

File: phpbb/console/command/user/add.php

  Unmodified   Added   Modified   Removed
Line 337Line 337

$sql_ary = [
'user_actkey' => $user_actkey,


$sql_ary = [
'user_actkey' => $user_actkey,

				'user_actkey_expiration'	=> \phpbb\user::get_token_expiration(),

				'user_actkey_expiration'	=> user::get_token_expiration(),

			];

$sql = 'UPDATE ' . USERS_TABLE . '

			];

$sql = 'UPDATE ' . USERS_TABLE . '