Forum .LRN Q&A: Re: Bulk User Account problem

Collapse
Posted by Matthew Coupe on
by the way, in my auth::create_user

auth::create_user \
-user_id $user_id \
-username "$row(username)" \
-email $row(email) \
-first_names $row(first_names) \
-last_name $row(last_name) \
-password $password

Is there a reason for the username row being in "" and the others not?