c# - How to use Secret Answer in .NET with Membership.Provider -
I am using membership. Provider for safety in my MVC application I have forgotten a password that asks for your username, and then gives you secret questions on the file. My question is to check the secret answer about what the file contains.
membership. the provider. Reset Password (Username, Incognito Enter) Anything other than what I write accepts anything. In.
web.config has a setting that you can use to tell the subscription provider secret question.
This requires question and answer = "true" where you have established the membership provider.
EDIT: In your comment, the requirement is set to the question and answer "false" - it should be "true"
Comments
Post a Comment