Migrating from eMeeting to Dolphin

Hello Folks,

I have a social networking site which has about 16k members and the site is designed from eMeeting (www.datingscripts.co.uk) product.

I would like to move the whole database & site to Dolphin.

We are able to import all the data to Dolphin database. But we are facing problem with password.

We have a password encrypted in MD5 format in the current database.

But we see that in Dolphin, password is encrypted with  MD5 + "Some other"

We would like to know how to go ahead in this.

Could you please help us to resolve this issue.

You guys are rocking and keep the good job !!!

Thanks,

Karthik.

Quote · 1 Nov 2009

Hello!

See details here:

http://www.boonex.com/trac/dolphin/ticket/1317

Regard

Quote · 1 Nov 2009

Hello,

Thanks a lot for your reply.

we tried the following sql queries for 1` record and tried to login.

UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36);
UPDATE `Profiles` SET `Password` = SHA1(CONCAT(`Password`, `Salt`));

But No SUCCESS ..

Could you please help us to fix this issue.

Thanks,

Karthik.

Quote · 1 Nov 2009

UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36);
UPDATE `Profiles` SET `Password` = SHA1(CONCAT(`Password`, `Salt`));

The password is not md5 hashed. 

Quote · 1 Nov 2009

Hello,

Sorry to ask you again. I am confused since your query is much similar to the previous one.

Could you please tell me what should I do in mysql ? or any other

Thanks,
karthik.

Quote · 1 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.