How to reset password in the Crystal Trader
Support 23 Aug 2010
Open file crtr/config/config.php (by ftp or ssh).
There is a string:
$admin_password="some_rundom_code";
Replace this string to:
$admin_password="5f4dcc3b5aa765d61d8327deb882cf99";
Login to admin area with password 'password' and change password in Settings - Main settings - Security.
UPD
After 05 build of Crystal Trader the new format of this string is:
'admin_password' => '5f4dcc3b5aa765d61d8327deb882cf99',
There is a string:
$admin_password="some_rundom_code";
Replace this string to:
$admin_password="5f4dcc3b5aa765d61d8327deb882cf99";
Login to admin area with password 'password' and change password in Settings - Main settings - Security.
UPD
After 05 build of Crystal Trader the new format of this string is:
'admin_password' => '5f4dcc3b5aa765d61d8327deb882cf99',