Solution for forgetting the imperial cms backend password: 1. Find the "phome_enewsuser" data table and click to browse; 2. Select the imperial cms backend administrator account and click the "Edit" button to edit the password Reset; 3. Modify the records in the "phome_enewsuser" table and change the content of the salt field to "abc"; 4. Click the "Execute" button at the bottom of the page to reset the password.
The operating environment of this tutorial: Windows 10 system, Imperial cms 8.0, Dell G3 computer.
What should I do if I forget the password for the Empire CMS backend?
Use the MySQL database management software phpmyadmin, enter phpmyadmin, select the database where the empire cms is installed
1. Find the "phome_enewsuser" data table, click Click to browse.
2. Click the "Browse" button at the top of the page;
3. Select the Imperial CMS backend administrator account and click the "Edit" button to edit and reset the password
4. Modify the records in the phome_enewsuser table: Change the content of the password field to: "322d3fef02fc39251436cb4522d29a71"
5. Change the content of the salt field to: "abc"
6. Then click the "Execute" button at the bottom of the page, and the Imperial CMS background administrator password will be reset to "123456".
Notes
phpmyadmin is a database management tool for MySQL. You can visit the official website to download
Related recommendations: "Empire cms tutorial》
The above is the detailed content of What should I do if I forget my imperial cms backend password?. For more information, please follow other related articles on the PHP Chinese website!