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.
Empire CMS default password
Empire CMS default password is phome.
Change method
-
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.
-
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.
- Open
-
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

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
Useful JavaScript development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
