I have deployed the FBA 2013 pack to my web applications successfully.
However, when I go into User Management, and I click on a user to reset password, I am getting an error that
'Your current membershipprovider settings prevent a user's password from being reset. To allow for resetting of a password by an administrator, you must have enablePasswordReset="true" and requiresQuestionAndAnswer="false" in your membership provider settings in your web.config'
I used the FBA configuration Manager to update the web.config files, like I stated above.
But to enable the password reset, what are the steps do I take to enable this?
I have read documentation on updating the machine.config file, and the security token web.config file, however, when I used the manager, it changed all the individual config files.
and NOT the machine config file.
So, where do I go from here:
However, when I go into User Management, and I click on a user to reset password, I am getting an error that
'Your current membershipprovider settings prevent a user's password from being reset. To allow for resetting of a password by an administrator, you must have enablePasswordReset="true" and requiresQuestionAndAnswer="false" in your membership provider settings in your web.config'
I used the FBA configuration Manager to update the web.config files, like I stated above.
But to enable the password reset, what are the steps do I take to enable this?
I have read documentation on updating the machine.config file, and the security token web.config file, however, when I used the manager, it changed all the individual config files.
and NOT the machine config file.
So, where do I go from here:
- do I use the FBA manager to add the lines needed to enable pw reset?
- do I update each individual web.config file and add the lines to enable below the FBA MembershipProvider already declared in the webconfig file?
- do I update the machine config file?