I'm doing a web form for registration, log in and forgot password.
I have the registration and the log in. I used Vb.net and Mysql as my database.
I have this columns in my database userEmail, userPassword, userFname, userLname, userSecurity Question, userSecurityAns wer.
Now I want to make the FORGOT PASSWORD, to be specific I want the user to input their email, then if that match to their email in my database, I want to "auto fill" a textbox that will show their chosen security question during registration, after that I want them to change their passwords.
I have the registration and the log in. I used Vb.net and Mysql as my database.
I have this columns in my database userEmail, userPassword, userFname, userLname, userSecurity Question, userSecurityAns wer.
Now I want to make the FORGOT PASSWORD, to be specific I want the user to input their email, then if that match to their email in my database, I want to "auto fill" a textbox that will show their chosen security question during registration, after that I want them to change their passwords.
Comment