How would I retreive someone's password from a DB to send to them? I have been storing their passwords as password('$password') in the DB but now I don't think that is wise...I believe I'll have to store passwords as straight text in the DB so I could send that to the user, when they forget.
Thoughts and opinions please...
Thoughts and opinions please...