I have a site which has users in two categories - A and B.
I have a CSV file of usernames, email addresses and new passwords for all users in Category A (category B isn't to be affected)
How can I import this CSV to change the passwords?
What I've tried: Feeds Import - Errors out with "The website encountered an unexpected error. Please try again later." - no clues in Drupal.
User Import - I configure it to update user passwords, but it creates new users with the same usernames as existing ones, suffixed with '2'.
There are over 500 usernames to be updated, so cut-n-paste isn't going to be an option.
All ideas accepted!