Destoon Admin password How to get back? Method Tutorials When using the Destoon system, often forget the background management password situation, or management password is not stolen need to retrieve. In fact, get back Destoon system login password is very simple, just want to save in the database inside the password changed out, for 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 the database administration tools, such as phpMyAdmin, to locate the Destoon_member table, modify the Administrator password field value to: 14e1b600b1fd579f47433b88e8d85291 If the admin name is admin, you can execute the SQL statement directly:
- Update destoon_member set password= ' 14e1b600b1fd579f47433b88e8d85291′where username= ' admin ';
Copy CodeThrough the above operation, the administrator password will be set to: 123456 with password 123456 log in the background, modify the new management password can be. Retrieve Destoon password is so simple, if you also encounter this problem, you can refer to the above method to find out OH. Recommended Reading:Destoon Introductory Tutorials and tips examples |