What should I do if I forget the CMS' background password? The English name of the Empire website management system (EmpireCMS) is "Empire CMS". when you forget the password for logon to the background of the Empire CMS website, you can use phpmyadmin to modify the phome_enewsuser data table in the website database to reset the password:
1. [when the website uses the Empire CMS5.0 version and the Empire CMS version is earlier than version 5.0 ]:
Use phpmyadmin to modify the phome_enewsuser table and set the password field to e10adc3949ba59abbe56e057f20f883e.
The background login password is: 123456
II. [when the website uses the Empire CMS5.1 version and the Empire CMS version is later than Version 5.1 ]:
Use phpmyadmin to modify the records in the phome_enewsuser table: Set the password field value to "322d3fef02fc39251436cb4522d29a71", and set the salt field value to "abc ".
The background login password is: 123456
Phpmyadmin is a MySQL database management tool. you can download it from www.phpmyadmin.net.