I am working out how to allow registered users who have forgot their password to change it.
Here is a diagram of what I think would work but I need some advise on if it is a good practice to do it this way.
Better way of resetting lost password
Page 1 of 14 Replies - 265 Views - Last Post: 12 September 2012 - 11:31 AM
Replies To: Better way of resetting lost password
#2
Re: Better way of resetting lost password
Posted 11 September 2012 - 04:49 PM
yeah that way works. Don't use encryption though, use hashing.
#3
Re: Better way of resetting lost password
Posted 11 September 2012 - 04:51 PM
#4
Re: Better way of resetting lost password
Posted 11 September 2012 - 06:08 PM

POPULAR
Encryption and hashing are two different things. Encryption can be unencrypted. Hashes cannot.Things that are the same will have the same hash (much like encryption). sha1 is hashing, not encrypting. See my member title. And yes, sha1 should be enough but I usually use sha512.
This post has been edited by creativecoding: 11 September 2012 - 06:09 PM
#5
Re: Better way of resetting lost password
Posted 12 September 2012 - 11:31 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|