The General virtual host provides the phpMyAdmin, select your site database. Then select V9_admin This table.
Edit
password, into: Fa3250300be9b7ab0848257f3cbb06e7
encrypt, into: UCFFAP
So the password will be changed into PHPCMS. will be able to log in normally.
can also put
password into eeddc98ecb7cca0b0502c8c1e733549e .
encrypt into: Fpaidj
so. Password will become phpcms, so you can log in, just change the value of MD5 is not, but also to change the value of encrypt. Such mechanisms are almost identical to those of Discuz. Greater mechanism to ensure password security. DEDECMS just MD5 several removed, but this method will cause the user password lost, will lead to password recovery is particularly troublesome. One of the above methods, but only for the novice, only the administrator password talent enough to use such a method.
or use SQL commands to manipulate the above
UPDATE ' phpcmsv9 '. ' v9_admin ' SET ' password ' = ' eeddc98ecb7cca0b0502c8c1e733549e ', ' encrypt ' = ' fpaidj ' WHERE ' v9_admin '. ' UserID ' = 1;
Phpcms V9 admin password forgot how to change