Has any one tried to use text files to batch create many users account at the same time?

Comments

shane’s picture

But you should be able to do it with a shell script and 'lynx' on Linux, or with Perl and the appropriate modules. I know it'd take a bit of work to put together, but it can be done.

That would be a nifty module request, userbatch.module or something... Simply ingest a text file with comma delineated fields to bulk load users. Or something similar...

killes@www.drop.org’s picture

Yes, I did this, try the generate-users script that comes with the devel.module. It expects a csv file name;password;mail address.
Look into the source.