the flow is:- 1. user enters email address 2. after submit, email is sent to the user 3. Email will include a link that will take the user to a reset password page..
now how do I fetch user's ID based on the email address and encrypt it ? then what that link should be??..like..what I want is fetch User ID then encrypt it somehow so that link doesnt contain the actual ID..and that link will take the user to a page that will have textboxes to reset password..just confused how to go abt it
Also is this the secure way ? to reset password like this ??