If I have a spreadsheet containing information about users (username, password and other data), as a drupal administrator, can I "bulk-create" all the corresponding accounts, or do they have to be created one by one?

Merci!

Patrick
http://claimid.com/patrick-cormier

Comments

diego_miola’s picture

I think that you can import an excel file inside drupal database. Here's an example of doing that: http://groups.drupal.org/node/2197.

You have to be careful, and check the data needed for the users table and add those fields to your excel and export it to csv or something.

Good Luck !

Diego.

Fidelis’s picture

...That is too complicated for me! Am not a programmer, just a power user. :-/

I was more wondering if there was an import module, something with a drupal administator GUI to do the import...

patrick

Fidelis’s picture

This might do: http://drupal.org/project/user_import

I will try it.

patrick