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.
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
Comment #1
robert castelo commentedYou 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.
Comment #2
onewayticket commentedI 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.'));