User1887545391 posted
I need to create their username as first initial last name and their password set to for example 1234
If the database is a format that is supported by ASP.NET2 you could create a script to import the data and add it to the membership database. You can find details
here. I created a similar script to fixup the admin account which can be adapted and can be downloaded
here.
HTH