Quote:
Originally Posted by muf
vBulletin impex hashes all imported passwords with salt; md5(old_password . salt).
|
That is wrong, ImpEx, will only hash passwords that way if they are already md5(), if they are plain text then it goes md5(md5($password) . salt). So it depends on the source system, SMF can't be imported by default.
ImpEx's primary goal is to protect the database, not to force in passwords that break the schema and code and can be easily reset.
I explain how easy it is to reset the passwords here :
http://www.vbulletin.com/docs/html/impex_passwords
Also making users update passwords is more secure as people rarely rotate them.