Home>Article>CMS Tutorial> How to solve the problem if the Imperial CMS administrator password is forgotten
How to solve the problem if the Empire CMS administrator password is forgotten?
Sometimes I accidentally forget the administrator account, password, authentication code and security answer of Empire CMS. You can refer to the following method to solve the problem.
Recommended study《Empire cms tutorial》
What should I do if I forget my background administrator account?
Use phpmyadmin to view the records in the phome_enewsuser table: View the contents of the username field.
What should I do if I forget my backend login password?
Use phpmyadmin to modify the records in the phome_enewsuser table: change the content of the password field to: "322d3fef02fc39251436cb4522d29a71"; change the content of the salt field to: "abc".
The password is :123456
What should I do if I forget the backend login authentication code?
View the content of the "$do_loginauth" variable in the e/class/config.php file.
Note: The empire cms7.0 config.php file is in /e/config/config.php "//Backend security settings"
What should I do if I forget the background login security answer?
Use phpmyadmin to modify the records in the phome_enewsuseradd table: change the content of the "equestion" field to 0; change the content of the eanswer field to empty.
After modification, it will not work when logging in. If you need a safe answer, you can log in and modify the safe answer.
The above is the detailed content of How to solve the problem if the Imperial CMS administrator password is forgotten. For more information, please follow other related articles on the PHP Chinese website!