I know this is such a beginners' mistake, but where can you find or how can you retrieve your Dolphin admin login password when you have forgotten it (in case someone does........)?
Yes you can retrieve ur password....go to ur Dolphin site mysql database using phpmyadmin (or if u have something other than it)...
There you will find a table 'Admins'
browse through the table....you will get the password in password field....it would be encrypted in MD5....search for a site which offers MD5 decryption....u'll get ur password...
i think the easier route here instead of decrypting an MD5 would be to create a new one. you can visit this site, put in some text string and hit convert, it will create a new password encrypted for you, copy and paste that MD5 into your dbase table. save and you have created a new password for the admin.
join your own site remembering the pw this time, go to the database lookup the new account you made, copy n paste the MD5 code into your admin password string, then log in to the admin with the password you just made.
why go to the database get the MD5 string then go to another site and risk it being a hackers site, tracking your pw string and the site you just came from, when you can do it all from within your own DB
There you will find a table 'Admins'
browse through the table....you will get the password in password field....it would be encrypted in MD5....search for a site which offers MD5 decryption....u'll get ur password...
if you need further help, we are here for you,
later,
DosDawg
http://www.md5-creator.com/
Thanks for all your help.