I would like to import a series of Drupal user accounts into a new Rails project. I am using Devise for the user authentication in Rails.
I would like to be able to import the encrypted passwords from Drupal into rails so that users have a seamless experience when the site is migrated over.
Any ideas on how to do this?