CreateUserWizard.QuestionAndAnswerRequired

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
chris@byteme
Posts: 14
Joined: Thu 06 Oct 2005 06:23

CreateUserWizard.QuestionAndAnswerRequired

Post by chris@byteme » Wed 09 Aug 2006 18:39

Hi guys

Please will you consider exposing this prperty so we can switch the "question/answer" feature off. I have a need for this in the wsite I'm working on.

Chris...

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 10 Aug 2006 12:04

MySQLDirect .NET web provider has such option. Please add
requiresQuestionAndAnswer="false"
parameter to tag in your application's web.config

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 10 Aug 2006 12:26

We found the problem with "requiresQuestionAndAnswer" parameter. This will be fixed in the next MySQLDirect .NET build

Post Reply