I need to migrate phpBB3 users to Drupal 7. Users must be able to authenticate within Drupal using their phpBB username/password combination.
Is there a way to 'translate' the passwords to Drupal 7 format?
I have access to both servers and databases. For the import to Drupal, I am currently using the Feeds module (CSV imports), but I would consider using another method / module if needed.
Thank you.