UBB.threadsâ„¢ PHP Forum Software 7.5.7

I notice in file libs/html.inc.php on line 1408

$autolog = md5("^^{$config['BOARD_KEY']}^^{$user['USER_ID']}{$user['USER_PASSWORD']}");

But if someone uses a temporary password the above will be wrong as it will use the old password and not the new password.