Importing Users from Drupal... Question about the Auth Table(s)

robdog

Well-known member
Quick question about importing users from Drupal. I have successfully imported user information to all tables except user_authenticate. The Drupal version I am importing from only does a MD5 on the password. (no salt) So what values go into that table or should I use the user_external_auth?

Keep getting errors on rebuilding user cache:
  • The requested user could not be found.
  • Please enter a valid password.
  • Please enter a valid name.
  • Please enter a value for the required field 'user_group_id'.

Any help would be appreciated.

Also, if this thread is in the wrong place, please move.

Thanks.
 
Top Bottom