Does anyone know of a way to upload or import a user list to Drupal 6? I have a large customer list (2500 names) that I would much rather import or upload that type them in? So far I haven't found a way.

Ron

Comments

adjustreality’s picture

Look for a command, I'm sure there is an injection command for myphpAdmin, are you trying to import tables or just a list of names? how are they organized?

edit: you would also have to set passwords for everyone, but you could do this but settng a default password that they could later change.

quikone’s picture

Thanks for the info, I will look on PHPMyadmin to see.

quikone’s picture

I am hoping to import as csv. I am hoping the table is already built.

vm’s picture

user_import.module

adjustreality’s picture

they do have a module for everything ... bless you coders :) haha

quikone’s picture

Unless I am looking at the wrong one, I only see for version 5 not 6. Can I use this for v6?

vm’s picture

click on view all releases. There is a 0.4 version ready for testing and you should do so on a test site.

quikone’s picture

Thanks

quikone’s picture

This module is too buggy at this point, maybe later.