Destoon administrator password retrieval method _ php instance

Source: Internet
Author: User
This article describes how to use destoon to retrieve the administrator password. For more information about how to use the DESTOON system, you may often forget the background management password, or the management password is stolen and needs to be recovered.

In fact, it is very easy to retrieve the password for logging on to the DESTOON system. We only need to change the password stored in the database and change it to a simple one, then you can enter the system and change it to your own.

If the system enables email sending, you can use the password retrieval function on the front-end to retrieve emails.

You can use the database management tool, such as PHPMyAdmin, to find the destoon_member table,

Modify the administrator password field:

14e1b600b1fd579f47433b88e8d85291

Alternatively, if the account name is admin, you can directly execute the following SQL statement:

Update destoon_member set password = '14e1b600b1fd579f47433b88e8d85291 'where username = 'admin ';

After the preceding operations, the administrator password is set to 123456.

Log on to the background with password 123456 and modify the new management password.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.