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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | alt_login.inc_.txt | 753 bytes | dugh |
| b.patch | 1.41 KB | espie |
Comments
Comment #1
dugh commentedHere's an alt_login.inc file that you can drop in the supported subfolder of the user_import module to add alt_login support.
Comment #2
robert castelo commentedI'm assuming this is the same alt_login.inc as attached here?
http://drupal.org/node/275844
Closing this as a duplicate.