How can I retrieve the destoon administrator password? Tutorial
How can I retrieve the destoon administrator password? Tutorial When using the destoon system, the background management password is often forgotten, or the management password is not stolen and needs to be retrieved. In fact, it is very easy to retrieve the password for logging on to the destoon system. you just need to change the password stored in the database, change it to a simple one, and then change it to your own password. 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 and modify the administrator password field to: 14e1b600b1fd579f47433b88e8d85291 If the account name is admin, you can directly execute the SQL statement:
- Update destoon_member set password = '14e1b600b1fd579f47433b88e8d85291 'where username = 'admin ';
After the preceding operations, the administrator password is set to 123456 and the password 123456 is used to log on to the background and change the management password. It's so easy to retrieve the destoon password. if you have encountered this problem, you can refer to the above method to retrieve it. Recommended: destoon getting started tutorials and tips |