Destoon How to retrieve Administrator password _php tutorial

Source: Internet
Author: User
Many people in the use of Destoon system, often appear to forget the background management password situation, or the management password is not stolen need to retrieve, this time often overwhelmed.

In fact, retrieve Destoon system login password is very simple, we just need to save in the database inside the password changed, a simple password, and then into the system and then change to their own on it.

If the system has been sent by mail, you can also retrieve the password function via the foreground.

You can use database administration tools, such as phpMyAdmin, to find the Destoon_member table,

Modify the Administrator password field value to:

14e1b600b1fd579f47433b88e8d85291

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

Update destoon_member set password= ' 14e1b600b1fd579f47433b88e8d85291′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.

http://www.bkjia.com/PHPjc/825469.html www.bkjia.com true http://www.bkjia.com/PHPjc/825469.html techarticle Many people in the use of Destoon system, often appear to forget the background management password situation, or the management password is not stolen need to retrieve, this time often overwhelmed. Actually get back ...

  • 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.