ecshop2.73 Modify Password Method |ecshop2.73 Change Password method
Ecshop Tutorial/Ecshop Tutorial Net (www.ecshop119.com) 2012-09-09
ecshop2.73 the encryption of the official admin password has changed a bit
Can view admin/privilege.php line 92nd
If you forget the administrator password and then through the host database management phpMyAdmin change the password can not be directly input need to do some arithmetic
First go to Baidu: MD5 encryption (encryption of a admin888 password)
Get admin888 's MD5 encryption string: 7fef6171469e80d32c0559f88b377245
And then in: ecs_admin_user this table
If the value of the Ec_salt field above is: 2027
The string after the link is: 7fef6171469e80d32c0559f88b3772452207
This new string needs to be MD5 encrypted again.
This will change your admin password: admin888
ecshop2.73 Modify Password Method |ecshop2.73 Change Password method