My current website has about 500 users with their passwords encoded with MD5. I want to change over to Wordpress because it seems like it may work better for me. It looks like Wordpress 3.0 encodes with PHPass. Does anyone have any ideas of what I can do? I don't want to make all 500 users re-register but at the same time, I hate to drop Wordpress down to MD5 encoding. Does anyone know of a solution to this problem? Is there code that can change them over or perhaps only use MD5 for those users?
Nevermind. I was just running some tests and discovered that Wordpress will automatically salt the password when you enter the MD5 right into the database. So all I have to do is enter the old ones in and Wordpress will change them in the database the first time the user logs in.