FAQ
FAQ : Miscellaneous
I forgot my phpMyvisites password. Where can I find it?
It is not possible to recover the password that is encrypted in phpMyVisites. It is possible to replace it however.
In the config.php file, replace the line 'su_password' => 'xxxx', with
'su_password' => md5('test'),
After that, the new password is "test".
Login to the Administration area with the "test" password. Then change the password!
Back to FAQ