cfgcjm Posted October 2, 2007 Share Posted October 2, 2007 I have a registration script and the password is decoded md5. At the end of the form i would like to email the user a conformation with their username and password. Obviously the password is send in it's encoded format. Is there a way to decode it for the email? Quote Link to comment https://forums.phpfreaks.com/topic/71598-decode-md5/ Share on other sites More sharing options...
MadTechie Posted October 2, 2007 Share Posted October 2, 2007 Only way is to send the before you encode it.. so when they register you can sent it then or on login (kinda weird to do that) if you want a "forgot password" option then you could create a random password and change their password to that and email them the new password Quote Link to comment https://forums.phpfreaks.com/topic/71598-decode-md5/#findComment-360485 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.