Is there an easy way to migrate Joomla 1.5 users to WordPress 3.2? I’ve already successfully migrated most of the content using this plugin but need to migrate the users, too.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do these conversions at the database level. It’s just a matter of mapping the fields in the two schemas and creating insert SQL sentences for WP based on the info in the Joomla database. However, it’s true that the passwords cannot be migrated because of the different encoding system. You should just assign a fake password to each user and ask them to reset the password the first time they try to log in.