Home > Article > CMS Tutorial > What should I do if the first login password in dede is incorrect?
#What should I do if the first login password in dede is incorrect?
Sometimes when you log in for the first time in dede, you will be prompted with an incorrect password
You need to check whether there is a dede_admin table. If so, see if there is any data.
If the username and password do not have any disallowed symbols,
Usually the server may not be able to complete the SQL import of the installation and may prompt that the username does not exist
Add it manually The user is OK.
You can also delete the table dede_admin in the database and then reinstall it
Recommended learning: 梦Weavercms
The above is the detailed content of What should I do if the first login password in dede is incorrect?. For more information, please follow other related articles on the PHP Chinese website!