Yunqi community editor reminds you: replace the following MD5 code with the previous MD5 code
Generally, md5 is either 16-bit or 32-bit, while md5 and password of dedecms only display 20 digits. In fact, it displays the 32-bit md5 and the password starting from the 6th-bit 20-bit, so for example, the 123456 32-bit md5 is encrypted to e10adc3949ba59abbe56e057f20f883e, and it will be displayed as c3949ba59abbe56e057.
Therefore, you only need to change the pwd of the administrator of the database dede_admin to c3949ba59abbe56e057f, and the password will be automatically changed to 12456. After modification, go to the background to change a complex password!
The password for dedecms 5.3 and later versions is admin.
21232f297a57a5a743894a0e
Dedecms 5.1 has a password of 123456.
C3949ba59abbe56e057f
Directly use the following statement in phpmyadmin:
The code is as follows: |
Copy code |
Update 'dede _ admin' set pwd = 'c3949ba59abbe56e057f' where userid = 'admin' |
In this way, your admin password is123456