2
A quick and dirty solution would be to change this line:
$user->setVar('pass', md5($liste[3]));
to:
$user->setVar('pass', '');
The 'pass' column will not correspond to any possible password, so the only way to log in will be going through the forgot password logic to reset it.