destoon Method of Retrieving Administrator Password

  • 2021-07-02 23:46:57
  • OfStack

When many people use DESTOON system, they often forget the background management password, or the management password is stolen and needs to be recovered. At this time, they are often at a loss.

In fact, it is very simple to find the password of DESTOON system login. We only need to change the password saved in the database, change a simple password of 1 point, and then enter the system and change it into our own.

If the system turns on mail sending, it can also be retrieved by mail through the password retrieval function at the front desk.

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

Modify the Administrator password field value to:

14e1b600b1fd579f47433b88e8d85291

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


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

With the above operation, the administrator password will be set to: 123456

Login to the background with password 123456 and modify the new management password.


Related articles: