The following simple patch detects whether alt_login is active, and includes the alt_login field in the set of available import fields.

I found this to be very useful to migrate old accounts into drupal: I would use the alt_login field for the old account names, and let drupal generate `clean' new account names from the user actual names.

CommentFileSizeAuthor
#1 alt_login.inc_.txt753 bytesdugh
b.patch1.41 KBespie

Comments

dugh’s picture

StatusFileSize
new753 bytes

Here's an alt_login.inc file that you can drop in the supported subfolder of the user_import module to add alt_login support.

robert castelo’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

I'm assuming this is the same alt_login.inc as attached here?

http://drupal.org/node/275844

Closing this as a duplicate.