I took a different approach.
I disabled the salt function and use plain MD5
I use a loop. The last list I imported was 1,281 usersCode://receive $infoarray[9] = $_POST['customers_password']; //put $password = md5($infoarray[9]);
I took a different approach.
I disabled the salt function and use plain MD5
I use a loop. The last list I imported was 1,281 usersCode://receive $infoarray[9] = $_POST['customers_password']; //put $password = md5($infoarray[9]);
Last edited by scottb; 15 Mar 2007 at 12:14 PM.