I just forgot the password of my directory. Is there any one who know how to retrieve it ? I am using eSyndiCat [FREE] Any one ?
I never use esyndicat before. But may be you can check on your hosting. File like config.php. OR backup your database (.sql) and re-install your script.. Hope will work
In sql it will save the password in hashed format so i dont think so i can easily retrive it. reinstall is the last option
Hi, You should go to "phpMyAdmin -> you database -> yourprfix_admin-> edit your admin accout" Then please look at attached file
Hello, I am using PHPMyAdmin 2.11.9.4, and i seen, but there us n option like to convert the encrypted password, etc still having the problem.
Please look at image again Other variant: It is run MySQL command: UPDATE `[COLOR="Red"]v16[/COLOR]_admins` SET `password` = MD5('[COLOR="Magenta"]pass[/COLOR]') WHERE `username` = '[COLOR="Green"]admin[/COLOR]' LIMIT 1; Code (markup): v16 - is prefix, pass is your new password, admin - is user name for which you want to change your password.