Home > CMS Tutorial > Empire CMS > What should I do if I forget my login account and password in Empire CMS?

What should I do if I forget my login account and password in Empire CMS?

下次还敢
Release: 2024-04-16 13:45:24
Original
822 people have browsed it

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.

What should I do if I forget my login account and password in Empire CMS?

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

  1. Connect to the website server via FTP and find the Empire CMS installation directory, usually located /www/wwwroot/[your website directory]/e/admin/.
  2. Edit file e/admin/adminstyle/inc/config.php.
  3. Find the following line of code and modify it to:
<code class="php">$admincheckpass = "CHANGEME";</code>
Copy after login
  1. where "CHANGEME" is the new password you want to set.

Step 2: Log in again

  1. Visit the Imperial CMS management backend URL in the browser, usually http:// [your website domain name]/e/admin/.
  2. Log in with your new password.

Step Three: Reset the login user name

  1. After successful login, enter the "Website Management" module in the management background.
  2. Click the "Administrator Management" tab.
  3. In the administrator list, find the administrator account that has forgotten its username or password.
  4. Modify the "Administrator Name" field to set a new username.
  5. Click the "Submit" button to save changes.

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template