Simple Machines Community Forum

SMF Support => Converting to SMF => IPB => Topic started by: ahd123 on May 12, 2007, 05:04:16 PM

Title: Fixed password issue?
Post by: ahd123 on May 12, 2007, 05:04:16 PM
I'm working on converting my Invision 2.0.0.4 forum to SMF 1.1.2

After running a test conversion I noticed that the password conversion didn't work.
I found some code on line 74 of invision2_to_smf.sql which seems to cause this.

'' AS additionalGroups, '' AS smileySet, '' AS passwordSalt,

The last part of that line seems to nullify line 61, where the code that field is already called and converted.  After removal of the last part of line 74, I no longer have issues logging into my converted forum.

Can a developer check/confirm this?
Title: Re: Fixed password issue?
Post by: JayBachatero on May 29, 2007, 12:23:05 AM
AFAIK I fixed this in the converter located at [SMF Converter] IPB 2.0.x (http://www.simplemachines.org/community/index.php?topic=149092.0).