By kaloer on
Hi!
I'm currently doing a e107 site, but I want to switch to the drupal cms. How can I import all my users to drupal?
Or is it for example possible to export to wordpress and then to drupal?
I have read i couple of posts like this, but they are all quite old.
Thanks in advance!
//kaloer
Comments
Done
I exported the user-database to CSV, and used the import module.
Then I generated a random password for each user.
Quite simple :)
Awesome! Worked for me...
Awesome! Worked for me... Thank you!!
And you don't have to generate a random password. The e107 password is an MD5 hash, just like Drupal, so the password should work just fine.
Thanks, Kaloer!