LemonInflux Posted October 11, 2007 Share Posted October 11, 2007 Ok, for a start, this is probably more logic help than actually coding help. Say, I have a system whereby users sign up. Now, say one user forgets their password. They click a link, enter their username, and their password is sent to their e-mail address. How is this done if you have, say, an md5 encrypted password in the database? Do I have to store un-encrypted passwords? Link to comment https://forums.phpfreaks.com/topic/72788-solved-forgot-password/ Share on other sites More sharing options...
thedarkwinter Posted October 11, 2007 Share Posted October 11, 2007 Yes, or can generate a random new password and send that to them... cheers, tdw Link to comment https://forums.phpfreaks.com/topic/72788-solved-forgot-password/#findComment-367093 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.