|
the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import.
Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file.
Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well.
|