How to retrieve the destoon administrator password? Method tutorial

WBOY
Release: 2016-07-25 09:11:57
Original
1182 people have browsed it

How to retrieve the destoon administrator password? Method tutorial

When using the destoon system, it is often the case that the background management password is forgotten, or the management password is stolen and needs to be retrieved. In fact, it is very simple to retrieve the password for destoon system login. You only need to change the password saved in the database to a simpler password, then enter the system and change it to your own. If the system has enabled email sending, you can also retrieve it via email 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 and modify the administrator password field value to: 14e1b600b1fd579f47433b88e8d85291

If the management account is admin, you can directly execute the sql statement:

  1. update destoon_member set password='14e1b600b1fd579f47433b88e8d85291′ where username='admin';
Copy code

Through the above operations, the administrator password will be set to: 123456 Log in to the backend with password 123456 and change the new management password.

Retrieving the destoon password is so simple. If you also encounter this problem, you can refer to the above methods to retrieve it.

Recommended reading: destoon introductory tutorials and skill examples


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!