I am upgrading my reset password procedure of my webpage. What fields should i include in my SQL table?
After searching all over the web i decided to add these goodies
- Guid
- Expiration date of guid (i guess 3 days is fine)
- Timestamp of the change password request
- Ip address of the user
is there anything else that could be usefull?