CnCNet Posted February 25, 2017 Share Posted February 25, 2017 Hi guys, Couple of questions. Does anyone know if the SMF converter updates the password hashes? We're going to be looking at moving from SMF to IPB (hopefully this weekend). I'm hoping we don't have to send out emails to let people reset their passwords? Right now we have emails disabled as it exposes the server origin in the email headers. Has anyone else had a similar problem in having to hide their server origin, and how did you resolve it? (Asked here instead) Link to comment Share on other sites More sharing options...
GriefCode Posted February 25, 2017 Share Posted February 25, 2017 Hey, 3 minutes ago, Grant B said: Does anyone know if the SMF converter updates the password hashes? We're going to be looking at moving from SMF to IPB (hopefully this weekend). I'm hoping we don't have to send out emails to let people reset their passwords? Yes, in most cases. Taken info from this page:https://invisionpower.com/services/migrate Quote Will user passwords work after the conversion? In most cases yes, users will be able to log in normally once the conversion is complete. Where this isn't possible, users will be prompted to set a new password on their first login. Greetings Link to comment Share on other sites More sharing options...
TSP Posted February 28, 2017 Share Posted February 28, 2017 Obviously, unless passwords have been stored in plaintext, the password cannot be "converted" during the upgrade process itself. The way this works is that it keeps the hash stored from the other service until the first successful login. The converter then have a custom login handler that validates the password in the same manner that SMF would do (if the IPS password check for that user fails), if the SMF-check returns successful, it will transform the plain text (delivered from the login form) into an IPS compatible hash and then it will delete the SMF hash. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.