I have a group that generates a new set of IDs every year. The IDs and passwords are passed out at the first meeting. Once the users login then they can set their email address.

Comments

robert castelo’s picture

Status: Active » Closed (fixed)

You could just generate a column in your csv file with [ID]@example.com, once users log in they can put in their real email address.

onewayticket’s picture

I managed to achieve this by commenting out line 454 in 6.x-2.4 version of 'user_import.module':

// ADDED COMMENT OUT PURELY FOR BYPASSING EMAIL ADDRESS IMPORT if (!$email) form_set_error('email', t('One column of the csv file must be set as the email address.'));