To recover forgotten Empire CMS login credentials, you can proceed through the following steps: modify e/admin/adminstyle/inc/config.php and set a new administrator password; use the new password to log in to the management background again; enter " "Administrator Management" tab, modify the administrator name to set a new user name, and save it.
How to recover the forgotten login credentials of Empire CMS
If you forget the login credentials of Empire CMS, you can take the following steps Steps to restore:
Step One: Reset Administrator Password
/www/wwwroot/[your website directory]/e/admin/
. e/admin/adminstyle/inc/config.php
. <code class="php">$admincheckpass = "CHANGEME";</code>
Step 2: Log in again
http:// [your website domain name]/e/admin/
. Step Three: Reset the login user name
Complete
Upon completion, you will have successfully restored your Empire CMS login credentials and will be able to access the admin backend. Be sure to remember your reset password and username and store them securely.
The above is the detailed content of What should I do if I forget my login account and password in Empire CMS?. For more information, please follow other related articles on the PHP Chinese website!