I need to import a list of users into the SQL database modeled after one user id? I understand the passwords will be all the same, unless there is a way to mail the passwords to them automatically.
Search around, I seem to remember there being several topics about bulk importing users. There are a number of different ways to go about it, and a lot is going to depend on the data you have and how you want the accounts set up.
No matter what, you will need to make sure that you use the SHA256 encryption code on the passwords.