By Fidelis on
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!
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!
Comments
I think you can
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.
oh...
...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
Found it! I think...
This might do: http://drupal.org/project/user_import
I will try it.
patrick