We are using the ASP.NET Membership Provider for managing the users in our application.
All was fine until when we had a new requirement. Users should be able to select multiple security questions and give answers to the same.
While recovering the password, the user will be presented with one of the security questions and if the user answers correctly the password will be sent.
By default ASP.NET Membership provides only one security question and one security answer. Is there is any way to make it use multiple ones?