Hi,
Remove or disable security question and answer from createuserwizard
please give some idea on above question.
Thanks
Hi,
Remove or disable security question and answer from createuserwizard
please give some idea on above question.
Thanks
You cant just remove them, built in javascript screams at you.
Look at the source for the createuserwizard control, set the style for the table rows to "display:none", example: <tr style="display:none;">
Remove the required field validator controls associated with the question\answer textboxes
Set the MembershipProvider web config string to state requiresQuestionAndAnswer="false"
Its not a clean way of removing it, but i suppose its not all that bad..
Hi,
I would like to remove the security question in the way you described, but I do not have the 'MembershipProvider' in the web.config. I could I generate it?
Thanks!