Password changed automaticly

How possible could be my password changed automaticly !!!! Admin password .

This morning i tried to log on to my admin area but it didn't work so had to change my password !

Eli.

Proud Hosted by Zarconia.net
Quote · 4 Nov 2009

Hello, try to execute these queries :

"UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36) WHERE `ID` = 'You_Profile_ID'";

"UPDATE `Profiles` SET `Password` = SHA1(CONCAT(`Password`, `Salt`)) WHERE `ID` = 'You_Profile_ID'";

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 Nov 2009

Hello, try to execute these queries :

"UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36) WHERE `ID` = 'You_Profile_ID'";

"UPDATE `Profiles` SET `Password` = SHA1(CONCAT(`Password`, `Salt`)) WHERE `ID` = 'You_Profile_ID'";

Don't forget change You_Profile_ID :)

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 Nov 2009

where am going to excuste it ?

Can you please be specific thanks .

Eli

Proud Hosted by Zarconia.net
Quote · 4 Nov 2009

Is that mean i have to execute these queries for all the members in site ? Because if dolphin changed my password automaticly then there's a possibility that my members are going not be able to log into the site cause of the same issue isnt right ?

Proud Hosted by Zarconia.net
Quote · 4 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.