You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I need to kneo how to inport a user list including their passwords so we dont need to input a couple hundred passwords by hand...
Thank You for your help in advance guys!
Offline
That would make a nice mod. I have 200,000 of them!
Offline
If the passwords to be imported are plain text you'll need to write a line or 2 of code to MD5 hash them then import them into core_users. If the passwords are already MD5 hashed just import them as they are.
Offline
Mine are plain text. I was thinking of reusing the code which posts the users to database from the registration form. Could you kindly tell me where that is located?
I have an old Perl cart that has stored 200,000 users in text files in my cgi-bin directory. I'm going to have to read all those files named alphabetically A, B, C, etc. and post them to the users table.
Offline