search
HomeCMS TutorialEmpire CMSWhat is the default password of Empire CMS and how to change it?

The default password of Empire CMS is "phome". Method to change password: Backend change: Log in to the backend and change the password in "Manage Account". Configuration file changes: Replace "phome" with the new password in config.php. Database change: Run a SQL query to update the password to the new password.

What is the default password of Empire CMS and how to change it?

Empire CMS default password

Empire CMS default password is phome.

Change method

  1. Change through the background:

    • Log in to the Empire CMS background, Navigate to System Settings ->Manage Accounts.
    • Click the "Modify" button and enter a new password in the "New Password" and "Confirm Password" fields.
    • Click the "OK" button to save changes.
  2. Change through the configuration file:

    • Open e/config/config in the root directory of the Empire CMS .php file.
    • Find the following code:

      $empireconfig['founderpassword'] = 'phome';
    • Replace phome with your new password.
    • Save and close the file.
  3. Changes via database:

    • Use a database management tool to connect to the Empire CMS database.
    • Run the following SQL query:

      UPDATE `empire_admin` SET `password` = '新密码' WHERE `userid` = 1;
    • where New password is the new password.

The above is the detailed content of What is the default password of Empire CMS and how to change it?. For more information, please follow other related articles on the PHP Chinese website!

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool