Hi,
The following has just coem to mind and I can't think how I can go about it.
During signup, a user eneters a password of choice, before inserting into the database (SQL Server) the password joined to a random salt string and then MD5'd. This is fine for when the user logs in, as I can MD5 the users input and work from there.
However, my issue comes when I'm tryingt o implement a last password form/page. Usually, you'd enter something like an email addy and the password would mailed to that address. I can;'t think how I'm going to email this password back.
Does anyone have an idea how I can go about this?
Thanks
The following has just coem to mind and I can't think how I can go about it.
During signup, a user eneters a password of choice, before inserting into the database (SQL Server) the password joined to a random salt string and then MD5'd. This is fine for when the user logs in, as I can MD5 the users input and work from there.
However, my issue comes when I'm tryingt o implement a last password form/page. Usually, you'd enter something like an email addy and the password would mailed to that address. I can;'t think how I'm going to email this password back.
Does anyone have an idea how I can go about this?
Thanks