M
Marlon Brown
I am researching ways to implement a webform to let users answer "secret"
questions on a webform. Upon a match of 3 or more questions/answers against
a SQL database, I would go ahead and reset the password for the individual.
This would be used primarily for student account password reset in labs,
available on in my internal company.
In your experience do you think how complex it is to implement such system ?
I mean, it sounds to me simple put together an ASP.NET webform that fist
requests that users input anwers to unique questions. Then later I make a
workstation or two per building available where students can go in case they
forget their information. Just save the questions/answers in a secure SQL
db.
If you have implemented such password recovery system, please let me know
how it is working for you.
questions on a webform. Upon a match of 3 or more questions/answers against
a SQL database, I would go ahead and reset the password for the individual.
This would be used primarily for student account password reset in labs,
available on in my internal company.
In your experience do you think how complex it is to implement such system ?
I mean, it sounds to me simple put together an ASP.NET webform that fist
requests that users input anwers to unique questions. Then later I make a
workstation or two per building available where students can go in case they
forget their information. Just save the questions/answers in a secure SQL
db.
If you have implemented such password recovery system, please let me know
how it is working for you.