Hi,
I am using default DNN Authentication system and I implemented below settings in web.cofig to get security question and answer.
enablePasswordRetrieval=false enablePasswordReset=true requiresQuestionAndAnswer=true requiresUniqueEmail=true passwordFormat=Hashed
When I am creating the new user I can able to see / set Password question and answer. But unable to see secret question and answer while reset password request in login screen and getting "reset password option is currently unavailable".
Need you help please...