I have database entry for password in md5 format, but when user uses the \"Forgot password\" then how can i give him/her the desired password?
you have to send a new password to the user and then set into the database also. otherwise the original password may not recover.
new password
Thanks.