Password recovery tutorial
-
Hello I am trying to follow this tutorial [^] with an MS Access database in VB.NET. In the code example (for Passwordreset.aspx), there is a reference to UserID. Is this the first column in the database, please? This is what I have in my db: http://www.bayingwolf.com/tutorial.jpg[^] Would I just need to add a UserID column in order to follow the tutorial. There is also a reference in the Passwordreset.aspx code to:
Would I just replace that with my own MS Access source?
Thank you.
-
Hello I am trying to follow this tutorial [^] with an MS Access database in VB.NET. In the code example (for Passwordreset.aspx), there is a reference to UserID. Is this the first column in the database, please? This is what I have in my db: http://www.bayingwolf.com/tutorial.jpg[^] Would I just need to add a UserID column in order to follow the tutorial. There is also a reference in the Passwordreset.aspx code to:
Would I just replace that with my own MS Access source?
Thank you.
Member 8761667 wrote:
there is a reference to UserID. Is this the first column in the database, please?
It doesn't really matter. You just need to go through the code and understand it so that you can tweak it to work for you. Code is generally not something you can just copy and paste and have work right away. You'll need to understand the various pieces so you can implement it.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Member 8761667 wrote:
there is a reference to UserID. Is this the first column in the database, please?
It doesn't really matter. You just need to go through the code and understand it so that you can tweak it to work for you. Code is generally not something you can just copy and paste and have work right away. You'll need to understand the various pieces so you can implement it.
There are only 10 types of people in the world, those who understand binary and those who don't.
Thanks for your message, Ryan. Appreciated!