I am using Asp.Net Forms Authentication
, I am storing passwords in Hashed
format and I do require a Question
and Answer
.My question is that what happens if a user forgets his security question s
answer and his password
.So without that I wont be able to generate a random password
.What happens in such case , is the user left with only option to create a new account .Or should I link a table to store his question and answer in plain text and then pass the answer while resetting the password.I am sure you guys might have seen this a lot of times.How can I solve this.
Any suggestions are welcome.
Thanks
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...