2013-01-15, 02:23 AM
I have exported my MyBB Users table into CSV with a guest account with all default columns.
I then replicated all columns from copying the guest account. I then replaced the username with my desired usernames, and tried to insert the plain text passwords, thinking the encrypting would kick in when a user logged in. Reimported this CSV into the database. Tried to login as a user with their password, not so lucky.
So, what I am asking, is there anyway to import this CSV into the database (users table) and have the password column encrypt the password when logging in. Basicly, I have usernames and password (no emails) that I want to use to populate this table.
I read previously about using the md5 function, but I'm not sure.
Any assistance would be very appreciated.
I then replicated all columns from copying the guest account. I then replaced the username with my desired usernames, and tried to insert the plain text passwords, thinking the encrypting would kick in when a user logged in. Reimported this CSV into the database. Tried to login as a user with their password, not so lucky.
So, what I am asking, is there anyway to import this CSV into the database (users table) and have the password column encrypt the password when logging in. Basicly, I have usernames and password (no emails) that I want to use to populate this table.
I read previously about using the md5 function, but I'm not sure.
Any assistance would be very appreciated.