forgot password function

ssfftt

Well-known member
Joined
Oct 27, 2005
Messages
163
Programming Experience
1-3
I am making an user login screen , the login function works fine. Now i need another function which allows user to retrieve password. My idea is that user can click on a button "forgot password?", the application will go to database look for match of input user name, if there is no match, gives error (I am capable to do only up to this point). else if input name matchs database record, the corresponding password question (setup by user during registration) will show up and ask user for answer. Then application will check the input answer. if no match, gives error, if yes, show the password.

btw, I'm using MSSQL db

can any one help me plz? (plz be more specific in code because I am new to VB.NET)

Thanks in advance
 
Back
Top