Destoom6.0升级到Destoom7.0后,很多DT迷们觉得页面更流畅化、人性化了,反应速度比起 destoon6.0快了不少,可是问题就来了,DT7.0上线没有多长时间,在互联网上关于它的模板、风格、插件、手机版等也不算太多,很多DT迷们把7.0安装上后,研究几天后,就放在那里坐等官方、外部技术团队更新。
Suddenly one day remembered to log on to the site, but found that the background login account, password forgotten, how to solve it?
1, modify the data table, specifically modify the data table MD5 encryption string official has not been updated or published, Destoon6.0 encryption string has not been tested, if interested, the site has no important data can be tested.
Use the database management tools, such as phpMyAdmin, to find the Destoon_member table,
Version 5.0 and below, modify the Administrator password field value to: 14e1b600b1fd579f47433b88e8d85291
6.0 and later, modify the Administrator password field value to: Bb1aad6621657f367db7662ef7484b32 passsalt field value is: abcd1234
Alternatively, if the admin name is admin, you can execute the following SQL statement directly:
Versions 5.0 and below
Update destoon_member set password= ' 14e1b600b1fd579f47433b88e8d85291 ' where username= ' admin ';
Version 6.0 and above
Update destoon_member set password= ' Bb1aad6621657f367db7662ef7484b32 ', passsalt= ' abcd1234 ' where username= ' admin ';
With the above operation, the administrator password will be set to: 123456
Use password 123456 to log in to the background, modify the new management password can be.
2, the site in the installation of the mail-sending function, you can retrieve the password at the front desk, and then enter the background address, the default into the background.
Original address: https://www.6t12.com/news/show-347.html
Destoon7.0 webmaster account password forgot how to get it back?